Shades of Granite Green #948B60
Tints of Granite Green #948B60
RGB
CMYK
RGB Variations
Color information
#948B60 (or 0x948B60) is known color: Granite Green. HEX triplet: 94, 8B and 60. RGB value is (148,139,96). Sum of RGB (Red+Green+Blue) = 148+139+96=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #948B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B60 is #6B749F. Grayscale: #888888. Windows color (decimal): -7042208 or 6327188. OLE color: 6327188.
HSL color Cylindrical-coordinate representation of color #948B60: hue angle of 49.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948B60 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 96 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.42 |
| HSL | 49.62º | 0.21% | 0.48% | - |
| HSV(B) | 49.62º | 0.35% | 0.58% | - |
| XYZ | 23.56 | 25.61 | 14.77 | - |
| YUV | 136.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 96 | 0 | 0.06 | 0.35 | 0.42 | 49.62 | 0.21 | 0.48 |
| Hex | 94 | 8B | 60 | 0 | 6 | 23 | 2A | 32 | 15 | 30 |
| Octal | 224 | 213 | 140 | 0 | 6 | 43 | 52 | 62 | 25 | 60 |
| Binary | 10010100 | 10001011 | 1100000 | 0 | 110 | 100011 | 101010 | 110010 | 10101 | 110000 |
Color Harmonies of #948B60
Complementary color
Monochromatic Colors of #948B60
Black with #948B60
Text Example
Text Example
White with #948B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B60; }
p { color: rgb(148,139,96); }
H1.HeaderClassName
{
color: #948B60;
}
.AnyTagClassName
{
color: #948B60;
}
</style>
background-color css
<style>
a { background-color: #948B60; }
a { background-color: rgb(148,139,96); }
div.DivClassName
{
background-color: #948B60;
}
.BgClassName
{
background-color: #948B60;
}
</style>
border-color css
<style>
span { border-color: #948B60; }
span { border-color: rgb(148,139,96); }
td.TdClassName
{
border-color: #948B60;
}
.TagClassName
{
border-color: #948B60;
}
</style>