Shades of Granite Green #918A60
Tints of Granite Green #918A60
RGB
CMYK
RGB Variations
Color information
#918A60 (or 0x918A60) is known color: Granite Green. HEX triplet: 91, 8A and 60. RGB value is (145,138,96). Sum of RGB (Red+Green+Blue) = 145+138+96=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A60 is #6E759F. Grayscale: #878787. Windows color (decimal): -7239072 or 6326929. OLE color: 6326929.
HSL color Cylindrical-coordinate representation of color #918A60: hue angle of 51.43º degrees, saturation: 0.2, 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 #918A60 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 96 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.43 |
| HSL | 51.43º | 0.2% | 0.47% | - |
| HSV(B) | 51.43º | 0.34% | 0.57% | - |
| XYZ | 22.88 | 25.04 | 14.69 | - |
| YUV | 135.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 96 | 0 | 0.05 | 0.34 | 0.43 | 51.43 | 0.2 | 0.47 |
| Hex | 91 | 8A | 60 | 0 | 5 | 22 | 2B | 33 | 14 | 2F |
| Octal | 221 | 212 | 140 | 0 | 5 | 42 | 53 | 63 | 24 | 57 |
| Binary | 10010001 | 10001010 | 1100000 | 0 | 101 | 100010 | 101011 | 110011 | 10100 | 101111 |
Color Harmonies of #918A60
Complementary color
Monochromatic Colors of #918A60
Black with #918A60
Text Example
Text Example
White with #918A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A60; }
p { color: rgb(145,138,96); }
H1.HeaderClassName
{
color: #918A60;
}
.AnyTagClassName
{
color: #918A60;
}
</style>
background-color css
<style>
a { background-color: #918A60; }
a { background-color: rgb(145,138,96); }
div.DivClassName
{
background-color: #918A60;
}
.BgClassName
{
background-color: #918A60;
}
</style>
border-color css
<style>
span { border-color: #918A60; }
span { border-color: rgb(145,138,96); }
td.TdClassName
{
border-color: #918A60;
}
.TagClassName
{
border-color: #918A60;
}
</style>