Shades of Granite Green #917F5F
Tints of Granite Green #917F5F
RGB
CMYK
RGB Variations
Color information
#917F5F (or 0x917F5F) is known color: Granite Green. HEX triplet: 91, 7F and 5F. RGB value is (145,127,95). Sum of RGB (Red+Green+Blue) = 145+127+95=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #917F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F5F is #6E80A0. Grayscale: #808080. Windows color (decimal): -7241889 or 6258577. OLE color: 6258577.
HSL color Cylindrical-coordinate representation of color #917F5F: hue angle of 38.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 #917F5F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 95 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.43 |
| HSL | 38.4º | 0.21% | 0.47% | - |
| HSV(B) | 38.4º | 0.34% | 0.57% | - |
| XYZ | 21.33 | 22.02 | 13.95 | - |
| YUV | 128.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 95 | 0 | 0.12 | 0.34 | 0.43 | 38.4 | 0.21 | 0.47 |
| Hex | 91 | 7F | 5F | 0 | C | 22 | 2B | 26 | 15 | 2F |
| Octal | 221 | 177 | 137 | 0 | 14 | 42 | 53 | 46 | 25 | 57 |
| Binary | 10010001 | 1111111 | 1011111 | 0 | 1100 | 100010 | 101011 | 100110 | 10101 | 101111 |
Color Harmonies of #917F5F
Complementary color
Monochromatic Colors of #917F5F
Black with #917F5F
Text Example
Text Example
White with #917F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F5F; }
p { color: rgb(145,127,95); }
H1.HeaderClassName
{
color: #917F5F;
}
.AnyTagClassName
{
color: #917F5F;
}
</style>
background-color css
<style>
a { background-color: #917F5F; }
a { background-color: rgb(145,127,95); }
div.DivClassName
{
background-color: #917F5F;
}
.BgClassName
{
background-color: #917F5F;
}
</style>
border-color css
<style>
span { border-color: #917F5F; }
span { border-color: rgb(145,127,95); }
td.TdClassName
{
border-color: #917F5F;
}
.TagClassName
{
border-color: #917F5F;
}
</style>