Shades of Granite Green #90845F
Tints of Granite Green #90845F
RGB
CMYK
RGB Variations
Color information
#90845F (or 0x90845F) is known color: Granite Green. HEX triplet: 90, 84 and 5F. RGB value is (144,132,95). Sum of RGB (Red+Green+Blue) = 144+132+95=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845F is #6F7BA0. Grayscale: #838383. Windows color (decimal): -7306145 or 6259856. OLE color: 6259856.
HSL color Cylindrical-coordinate representation of color #90845F: hue angle of 45.31º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90845F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 95 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.44 |
| HSL | 45.31º | 0.21% | 0.47% | - |
| HSV(B) | 45.31º | 0.34% | 0.56% | - |
| XYZ | 21.82 | 23.26 | 14.17 | - |
| YUV | 131.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 95 | 0 | 0.08 | 0.34 | 0.44 | 45.31 | 0.21 | 0.47 |
| Hex | 90 | 84 | 5F | 0 | 8 | 22 | 2C | 2D | 15 | 2F |
| Octal | 220 | 204 | 137 | 0 | 10 | 42 | 54 | 55 | 25 | 57 |
| Binary | 10010000 | 10000100 | 1011111 | 0 | 1000 | 100010 | 101100 | 101101 | 10101 | 101111 |
Color Harmonies of #90845F
Complementary color
Monochromatic Colors of #90845F
Black with #90845F
Text Example
Text Example
White with #90845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90845F; }
p { color: rgb(144,132,95); }
H1.HeaderClassName
{
color: #90845F;
}
.AnyTagClassName
{
color: #90845F;
}
</style>
background-color css
<style>
a { background-color: #90845F; }
a { background-color: rgb(144,132,95); }
div.DivClassName
{
background-color: #90845F;
}
.BgClassName
{
background-color: #90845F;
}
</style>
border-color css
<style>
span { border-color: #90845F; }
span { border-color: rgb(144,132,95); }
td.TdClassName
{
border-color: #90845F;
}
.TagClassName
{
border-color: #90845F;
}
</style>