Shades of Granite Green #918A66
Tints of Granite Green #918A66
RGB
CMYK
RGB Variations
Color information
#918A66 (or 0x918A66) is known color: Granite Green. HEX triplet: 91, 8A and 66. RGB value is (145,138,102). Sum of RGB (Red+Green+Blue) = 145+138+102=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #918A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A66 is #6E7599. Grayscale: #888888. Windows color (decimal): -7239066 or 6720145. OLE color: 6720145.
HSL color Cylindrical-coordinate representation of color #918A66: hue angle of 50.23º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918A66 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 102 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.43 |
| HSL | 50.23º | 0.17% | 0.48% | - |
| HSV(B) | 50.23º | 0.3% | 0.57% | - |
| XYZ | 23.16 | 25.16 | 16.21 | - |
| YUV | 135.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 102 | 0 | 0.05 | 0.30 | 0.43 | 50.23 | 0.17 | 0.48 |
| Hex | 91 | 8A | 66 | 0 | 5 | 1E | 2B | 32 | 11 | 30 |
| Octal | 221 | 212 | 146 | 0 | 5 | 36 | 53 | 62 | 21 | 60 |
| Binary | 10010001 | 10001010 | 1100110 | 0 | 101 | 11110 | 101011 | 110010 | 10001 | 110000 |
Color Harmonies of #918A66
Complementary color
Monochromatic Colors of #918A66
Black with #918A66
Text Example
Text Example
White with #918A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A66; }
p { color: rgb(145,138,102); }
H1.HeaderClassName
{
color: #918A66;
}
.AnyTagClassName
{
color: #918A66;
}
</style>
background-color css
<style>
a { background-color: #918A66; }
a { background-color: rgb(145,138,102); }
div.DivClassName
{
background-color: #918A66;
}
.BgClassName
{
background-color: #918A66;
}
</style>
border-color css
<style>
span { border-color: #918A66; }
span { border-color: rgb(145,138,102); }
td.TdClassName
{
border-color: #918A66;
}
.TagClassName
{
border-color: #918A66;
}
</style>