Shades of Granite Green #91815F
Tints of Granite Green #91815F
RGB
CMYK
RGB Variations
Color information
#91815F (or 0x91815F) is known color: Granite Green. HEX triplet: 91, 81 and 5F. RGB value is (145,129,95). Sum of RGB (Red+Green+Blue) = 145+129+95=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91815F is #6E7EA0. Grayscale: #828282. Windows color (decimal): -7241377 or 6259089. OLE color: 6259089.
HSL color Cylindrical-coordinate representation of color #91815F: hue angle of 40.8º 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 #91815F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 95 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.43 |
| HSL | 40.8º | 0.21% | 0.47% | - |
| HSV(B) | 40.8º | 0.34% | 0.57% | - |
| XYZ | 21.59 | 22.55 | 14.04 | - |
| YUV | 129.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 95 | 0 | 0.11 | 0.34 | 0.43 | 40.8 | 0.21 | 0.47 |
| Hex | 91 | 81 | 5F | 0 | B | 22 | 2B | 29 | 15 | 2F |
| Octal | 221 | 201 | 137 | 0 | 13 | 42 | 53 | 51 | 25 | 57 |
| Binary | 10010001 | 10000001 | 1011111 | 0 | 1011 | 100010 | 101011 | 101001 | 10101 | 101111 |
Color Harmonies of #91815F
Complementary color
Monochromatic Colors of #91815F
Black with #91815F
Text Example
Text Example
White with #91815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91815F; }
p { color: rgb(145,129,95); }
H1.HeaderClassName
{
color: #91815F;
}
.AnyTagClassName
{
color: #91815F;
}
</style>
background-color css
<style>
a { background-color: #91815F; }
a { background-color: rgb(145,129,95); }
div.DivClassName
{
background-color: #91815F;
}
.BgClassName
{
background-color: #91815F;
}
</style>
border-color css
<style>
span { border-color: #91815F; }
span { border-color: rgb(145,129,95); }
td.TdClassName
{
border-color: #91815F;
}
.TagClassName
{
border-color: #91815F;
}
</style>