Shades of Granite Green #90876D
Tints of Granite Green #90876D
RGB
CMYK
RGB Variations
Color information
#90876D (or 0x90876D) is known color: Granite Green. HEX triplet: 90, 87 and 6D. RGB value is (144,135,109). Sum of RGB (Red+Green+Blue) = 144+135+109=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90876D is #6F7892. Grayscale: #868686. Windows color (decimal): -7305363 or 7178128. OLE color: 7178128.
HSL color Cylindrical-coordinate representation of color #90876D: hue angle of 44.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90876D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 109 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.44 |
| HSL | 44.57º | 0.14% | 0.5% | - |
| HSV(B) | 44.57º | 0.24% | 0.56% | - |
| XYZ | 22.93 | 24.36 | 17.96 | - |
| YUV | 134.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 109 | 0 | 0.06 | 0.24 | 0.44 | 44.57 | 0.14 | 0.5 |
| Hex | 90 | 87 | 6D | 0 | 6 | 18 | 2C | 2D | E | 32 |
| Octal | 220 | 207 | 155 | 0 | 6 | 30 | 54 | 55 | 16 | 62 |
| Binary | 10010000 | 10000111 | 1101101 | 0 | 110 | 11000 | 101100 | 101101 | 1110 | 110010 |
Color Harmonies of #90876D
Complementary color
Monochromatic Colors of #90876D
Black with #90876D
Text Example
Text Example
White with #90876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90876D; }
p { color: rgb(144,135,109); }
H1.HeaderClassName
{
color: #90876D;
}
.AnyTagClassName
{
color: #90876D;
}
</style>
background-color css
<style>
a { background-color: #90876D; }
a { background-color: rgb(144,135,109); }
div.DivClassName
{
background-color: #90876D;
}
.BgClassName
{
background-color: #90876D;
}
</style>
border-color css
<style>
span { border-color: #90876D; }
span { border-color: rgb(144,135,109); }
td.TdClassName
{
border-color: #90876D;
}
.TagClassName
{
border-color: #90876D;
}
</style>