Shades of Granite Green #91895F
Tints of Granite Green #91895F
RGB
CMYK
RGB Variations
Color information
#91895F (or 0x91895F) is known color: Granite Green. HEX triplet: 91, 89 and 5F. RGB value is (145,137,95). Sum of RGB (Red+Green+Blue) = 145+137+95=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #91895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91895F is #6E76A0. Grayscale: #868686. Windows color (decimal): -7239329 or 6261137. OLE color: 6261137.
HSL color Cylindrical-coordinate representation of color #91895F: hue angle of 50.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91895F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 95 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.43 |
| HSL | 50.4º | 0.21% | 0.47% | - |
| HSV(B) | 50.4º | 0.34% | 0.57% | - |
| XYZ | 22.69 | 24.74 | 14.41 | - |
| YUV | 134.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 95 | 0 | 0.06 | 0.34 | 0.43 | 50.4 | 0.21 | 0.47 |
| Hex | 91 | 89 | 5F | 0 | 6 | 22 | 2B | 32 | 15 | 2F |
| Octal | 221 | 211 | 137 | 0 | 6 | 42 | 53 | 62 | 25 | 57 |
| Binary | 10010001 | 10001001 | 1011111 | 0 | 110 | 100010 | 101011 | 110010 | 10101 | 101111 |
Color Harmonies of #91895F
Complementary color
Monochromatic Colors of #91895F
Black with #91895F
Text Example
Text Example
White with #91895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91895F; }
p { color: rgb(145,137,95); }
H1.HeaderClassName
{
color: #91895F;
}
.AnyTagClassName
{
color: #91895F;
}
</style>
background-color css
<style>
a { background-color: #91895F; }
a { background-color: rgb(145,137,95); }
div.DivClassName
{
background-color: #91895F;
}
.BgClassName
{
background-color: #91895F;
}
</style>
border-color css
<style>
span { border-color: #91895F; }
span { border-color: rgb(145,137,95); }
td.TdClassName
{
border-color: #91895F;
}
.TagClassName
{
border-color: #91895F;
}
</style>