Shades of Granite Green #90815E
Tints of Granite Green #90815E
RGB
CMYK
RGB Variations
Color information
#90815E (or 0x90815E) is known color: Granite Green. HEX triplet: 90, 81 and 5E. RGB value is (144,129,94). Sum of RGB (Red+Green+Blue) = 144+129+94=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90815E is #6F7EA1. Grayscale: #818181. Windows color (decimal): -7306914 or 6193552. OLE color: 6193552.
HSL color Cylindrical-coordinate representation of color #90815E: hue angle of 42º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90815E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 94 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.44 |
| HSL | 42º | 0.21% | 0.47% | - |
| HSV(B) | 42º | 0.35% | 0.56% | - |
| XYZ | 21.37 | 22.44 | 13.79 | - |
| YUV | 129.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 94 | 0 | 0.10 | 0.35 | 0.44 | 42 | 0.21 | 0.47 |
| Hex | 90 | 81 | 5E | 0 | A | 23 | 2C | 2A | 15 | 2F |
| Octal | 220 | 201 | 136 | 0 | 12 | 43 | 54 | 52 | 25 | 57 |
| Binary | 10010000 | 10000001 | 1011110 | 0 | 1010 | 100011 | 101100 | 101010 | 10101 | 101111 |
Color Harmonies of #90815E
Complementary color
Monochromatic Colors of #90815E
Black with #90815E
Text Example
Text Example
White with #90815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90815E; }
p { color: rgb(144,129,94); }
H1.HeaderClassName
{
color: #90815E;
}
.AnyTagClassName
{
color: #90815E;
}
</style>
background-color css
<style>
a { background-color: #90815E; }
a { background-color: rgb(144,129,94); }
div.DivClassName
{
background-color: #90815E;
}
.BgClassName
{
background-color: #90815E;
}
</style>
border-color css
<style>
span { border-color: #90815E; }
span { border-color: rgb(144,129,94); }
td.TdClassName
{
border-color: #90815E;
}
.TagClassName
{
border-color: #90815E;
}
</style>