Shades of Granite Green #908166
Tints of Granite Green #908166
RGB
CMYK
RGB Variations
Color information
#908166 (or 0x908166) is known color: Granite Green. HEX triplet: 90, 81 and 66. RGB value is (144,129,102). Sum of RGB (Red+Green+Blue) = 144+129+102=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #908166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908166 is #6F7E99. Grayscale: #828282. Windows color (decimal): -7306906 or 6717840. OLE color: 6717840.
HSL color Cylindrical-coordinate representation of color #908166: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908166 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 102 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.44 |
| HSL | 38.57º | 0.17% | 0.48% | - |
| HSV(B) | 38.57º | 0.29% | 0.56% | - |
| XYZ | 21.75 | 22.59 | 15.78 | - |
| YUV | 130.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 102 | 0 | 0.10 | 0.29 | 0.44 | 38.57 | 0.17 | 0.48 |
| Hex | 90 | 81 | 66 | 0 | A | 1D | 2C | 27 | 11 | 30 |
| Octal | 220 | 201 | 146 | 0 | 12 | 35 | 54 | 47 | 21 | 60 |
| Binary | 10010000 | 10000001 | 1100110 | 0 | 1010 | 11101 | 101100 | 100111 | 10001 | 110000 |
Color Harmonies of #908166
Complementary color
Monochromatic Colors of #908166
Black with #908166
Text Example
Text Example
White with #908166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908166; }
p { color: rgb(144,129,102); }
H1.HeaderClassName
{
color: #908166;
}
.AnyTagClassName
{
color: #908166;
}
</style>
background-color css
<style>
a { background-color: #908166; }
a { background-color: rgb(144,129,102); }
div.DivClassName
{
background-color: #908166;
}
.BgClassName
{
background-color: #908166;
}
</style>
border-color css
<style>
span { border-color: #908166; }
span { border-color: rgb(144,129,102); }
td.TdClassName
{
border-color: #908166;
}
.TagClassName
{
border-color: #908166;
}
</style>