Shades of Granite Green #918A65
Tints of Granite Green #918A65
RGB
CMYK
RGB Variations
Color information
#918A65 (or 0x918A65) is known color: Granite Green. HEX triplet: 91, 8A and 65. RGB value is (145,138,101). Sum of RGB (Red+Green+Blue) = 145+138+101=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A65 is #6E759A. Grayscale: #888888. Windows color (decimal): -7239067 or 6654609. OLE color: 6654609.
HSL color Cylindrical-coordinate representation of color #918A65: hue angle of 50.45º degrees, saturation: 0.18, 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 #918A65 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 101 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.43 |
| HSL | 50.45º | 0.18% | 0.48% | - |
| HSV(B) | 50.45º | 0.3% | 0.57% | - |
| XYZ | 23.11 | 25.14 | 15.95 | - |
| YUV | 135.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 101 | 0 | 0.05 | 0.30 | 0.43 | 50.45 | 0.18 | 0.48 |
| Hex | 91 | 8A | 65 | 0 | 5 | 1E | 2B | 32 | 12 | 30 |
| Octal | 221 | 212 | 145 | 0 | 5 | 36 | 53 | 62 | 22 | 60 |
| Binary | 10010001 | 10001010 | 1100101 | 0 | 101 | 11110 | 101011 | 110010 | 10010 | 110000 |
Color Harmonies of #918A65
Complementary color
Monochromatic Colors of #918A65
Black with #918A65
Text Example
Text Example
White with #918A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A65; }
p { color: rgb(145,138,101); }
H1.HeaderClassName
{
color: #918A65;
}
.AnyTagClassName
{
color: #918A65;
}
</style>
background-color css
<style>
a { background-color: #918A65; }
a { background-color: rgb(145,138,101); }
div.DivClassName
{
background-color: #918A65;
}
.BgClassName
{
background-color: #918A65;
}
</style>
border-color css
<style>
span { border-color: #918A65; }
span { border-color: rgb(145,138,101); }
td.TdClassName
{
border-color: #918A65;
}
.TagClassName
{
border-color: #918A65;
}
</style>