Shades of Granite Green #90866F
Tints of Granite Green #90866F
RGB
CMYK
RGB Variations
Color information
#90866F (or 0x90866F) is known color: Granite Green. HEX triplet: 90, 86 and 6F. RGB value is (144,134,111). Sum of RGB (Red+Green+Blue) = 144+134+111=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90866F is #6F7990. Grayscale: #868686. Windows color (decimal): -7305617 or 7308944. OLE color: 7308944.
HSL color Cylindrical-coordinate representation of color #90866F: hue angle of 41.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90866F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 111 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.44 |
| HSL | 41.82º | 0.13% | 0.5% | - |
| HSV(B) | 41.82º | 0.23% | 0.56% | - |
| XYZ | 22.9 | 24.13 | 18.49 | - |
| YUV | 134.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 111 | 0 | 0.07 | 0.23 | 0.44 | 41.82 | 0.13 | 0.5 |
| Hex | 90 | 86 | 6F | 0 | 7 | 17 | 2C | 2A | D | 32 |
| Octal | 220 | 206 | 157 | 0 | 7 | 27 | 54 | 52 | 15 | 62 |
| Binary | 10010000 | 10000110 | 1101111 | 0 | 111 | 10111 | 101100 | 101010 | 1101 | 110010 |
Color Harmonies of #90866F
Complementary color
Monochromatic Colors of #90866F
Black with #90866F
Text Example
Text Example
White with #90866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90866F; }
p { color: rgb(144,134,111); }
H1.HeaderClassName
{
color: #90866F;
}
.AnyTagClassName
{
color: #90866F;
}
</style>
background-color css
<style>
a { background-color: #90866F; }
a { background-color: rgb(144,134,111); }
div.DivClassName
{
background-color: #90866F;
}
.BgClassName
{
background-color: #90866F;
}
</style>
border-color css
<style>
span { border-color: #90866F; }
span { border-color: rgb(144,134,111); }
td.TdClassName
{
border-color: #90866F;
}
.TagClassName
{
border-color: #90866F;
}
</style>