Shades of Granite Green #908766
Tints of Granite Green #908766
RGB
CMYK
RGB Variations
Color information
#908766 (or 0x908766) is known color: Granite Green. HEX triplet: 90, 87 and 66. RGB value is (144,135,102). Sum of RGB (Red+Green+Blue) = 144+135+102=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #908766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908766 is #6F7899. Grayscale: #868686. Windows color (decimal): -7305370 or 6719376. OLE color: 6719376.
HSL color Cylindrical-coordinate representation of color #908766: hue angle of 47.14º 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 #908766 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 102 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.44 |
| HSL | 47.14º | 0.17% | 0.48% | - |
| HSV(B) | 47.14º | 0.29% | 0.56% | - |
| XYZ | 22.56 | 24.22 | 16.06 | - |
| YUV | 133.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 102 | 0 | 0.06 | 0.29 | 0.44 | 47.14 | 0.17 | 0.48 |
| Hex | 90 | 87 | 66 | 0 | 6 | 1D | 2C | 2F | 11 | 30 |
| Octal | 220 | 207 | 146 | 0 | 6 | 35 | 54 | 57 | 21 | 60 |
| Binary | 10010000 | 10000111 | 1100110 | 0 | 110 | 11101 | 101100 | 101111 | 10001 | 110000 |
Color Harmonies of #908766
Complementary color
Monochromatic Colors of #908766
Black with #908766
Text Example
Text Example
White with #908766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908766; }
p { color: rgb(144,135,102); }
H1.HeaderClassName
{
color: #908766;
}
.AnyTagClassName
{
color: #908766;
}
</style>
background-color css
<style>
a { background-color: #908766; }
a { background-color: rgb(144,135,102); }
div.DivClassName
{
background-color: #908766;
}
.BgClassName
{
background-color: #908766;
}
</style>
border-color css
<style>
span { border-color: #908766; }
span { border-color: rgb(144,135,102); }
td.TdClassName
{
border-color: #908766;
}
.TagClassName
{
border-color: #908766;
}
</style>