Shades of Granite Green #918762
Tints of Granite Green #918762
RGB
CMYK
RGB Variations
Color information
#918762 (or 0x918762) is known color: Granite Green. HEX triplet: 91, 87 and 62. RGB value is (145,135,98). Sum of RGB (Red+Green+Blue) = 145+135+98=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918762 is #6E789D. Grayscale: #858585. Windows color (decimal): -7239838 or 6457233. OLE color: 6457233.
HSL color Cylindrical-coordinate representation of color #918762: hue angle of 47.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918762 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 98 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.43 |
| HSL | 47.23º | 0.19% | 0.48% | - |
| HSV(B) | 47.23º | 0.32% | 0.57% | - |
| XYZ | 22.55 | 24.23 | 15.04 | - |
| YUV | 133.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 98 | 0 | 0.07 | 0.32 | 0.43 | 47.23 | 0.19 | 0.48 |
| Hex | 91 | 87 | 62 | 0 | 7 | 20 | 2B | 2F | 13 | 30 |
| Octal | 221 | 207 | 142 | 0 | 7 | 40 | 53 | 57 | 23 | 60 |
| Binary | 10010001 | 10000111 | 1100010 | 0 | 111 | 100000 | 101011 | 101111 | 10011 | 110000 |
Color Harmonies of #918762
Complementary color
Monochromatic Colors of #918762
Black with #918762
Text Example
Text Example
White with #918762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918762; }
p { color: rgb(145,135,98); }
H1.HeaderClassName
{
color: #918762;
}
.AnyTagClassName
{
color: #918762;
}
</style>
background-color css
<style>
a { background-color: #918762; }
a { background-color: rgb(145,135,98); }
div.DivClassName
{
background-color: #918762;
}
.BgClassName
{
background-color: #918762;
}
</style>
border-color css
<style>
span { border-color: #918762; }
span { border-color: rgb(145,135,98); }
td.TdClassName
{
border-color: #918762;
}
.TagClassName
{
border-color: #918762;
}
</style>