Shades of Granite Green #90875F
Tints of Granite Green #90875F
RGB
CMYK
RGB Variations
Color information
#90875F (or 0x90875F) is known color: Granite Green. HEX triplet: 90, 87 and 5F. RGB value is (144,135,95). Sum of RGB (Red+Green+Blue) = 144+135+95=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90875F is #6F78A0. Grayscale: #858585. Windows color (decimal): -7305377 or 6260624. OLE color: 6260624.
HSL color Cylindrical-coordinate representation of color #90875F: hue angle of 48.98º 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 #90875F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 95 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.44 |
| HSL | 48.98º | 0.21% | 0.47% | - |
| HSV(B) | 48.98º | 0.34% | 0.56% | - |
| XYZ | 22.23 | 24.08 | 14.3 | - |
| YUV | 133.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 95 | 0 | 0.06 | 0.34 | 0.44 | 48.98 | 0.21 | 0.47 |
| Hex | 90 | 87 | 5F | 0 | 6 | 22 | 2C | 31 | 15 | 2F |
| Octal | 220 | 207 | 137 | 0 | 6 | 42 | 54 | 61 | 25 | 57 |
| Binary | 10010000 | 10000111 | 1011111 | 0 | 110 | 100010 | 101100 | 110001 | 10101 | 101111 |
Color Harmonies of #90875F
Complementary color
Monochromatic Colors of #90875F
Black with #90875F
Text Example
Text Example
White with #90875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90875F; }
p { color: rgb(144,135,95); }
H1.HeaderClassName
{
color: #90875F;
}
.AnyTagClassName
{
color: #90875F;
}
</style>
background-color css
<style>
a { background-color: #90875F; }
a { background-color: rgb(144,135,95); }
div.DivClassName
{
background-color: #90875F;
}
.BgClassName
{
background-color: #90875F;
}
</style>
border-color css
<style>
span { border-color: #90875F; }
span { border-color: rgb(144,135,95); }
td.TdClassName
{
border-color: #90875F;
}
.TagClassName
{
border-color: #90875F;
}
</style>