Shades of Granite Green #91825F
Tints of Granite Green #91825F
RGB
CMYK
RGB Variations
Color information
#91825F (or 0x91825F) is known color: Granite Green. HEX triplet: 91, 82 and 5F. RGB value is (145,130,95). Sum of RGB (Red+Green+Blue) = 145+130+95=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91825F is #6E7DA0. Grayscale: #828282. Windows color (decimal): -7241121 or 6259345. OLE color: 6259345.
HSL color Cylindrical-coordinate representation of color #91825F: hue angle of 42º 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 #91825F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 95 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.43 |
| HSL | 42º | 0.21% | 0.47% | - |
| HSV(B) | 42º | 0.34% | 0.57% | - |
| XYZ | 21.73 | 22.81 | 14.08 | - |
| YUV | 130.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 95 | 0 | 0.10 | 0.34 | 0.43 | 42 | 0.21 | 0.47 |
| Hex | 91 | 82 | 5F | 0 | A | 22 | 2B | 2A | 15 | 2F |
| Octal | 221 | 202 | 137 | 0 | 12 | 42 | 53 | 52 | 25 | 57 |
| Binary | 10010001 | 10000010 | 1011111 | 0 | 1010 | 100010 | 101011 | 101010 | 10101 | 101111 |
Color Harmonies of #91825F
Complementary color
Monochromatic Colors of #91825F
Black with #91825F
Text Example
Text Example
White with #91825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91825F; }
p { color: rgb(145,130,95); }
H1.HeaderClassName
{
color: #91825F;
}
.AnyTagClassName
{
color: #91825F;
}
</style>
background-color css
<style>
a { background-color: #91825F; }
a { background-color: rgb(145,130,95); }
div.DivClassName
{
background-color: #91825F;
}
.BgClassName
{
background-color: #91825F;
}
</style>
border-color css
<style>
span { border-color: #91825F; }
span { border-color: rgb(145,130,95); }
td.TdClassName
{
border-color: #91825F;
}
.TagClassName
{
border-color: #91825F;
}
</style>