Shades of Granite Green #918964
Tints of Granite Green #918964
RGB
CMYK
RGB Variations
Color information
#918964 (or 0x918964) is known color: Granite Green. HEX triplet: 91, 89 and 64. RGB value is (145,137,100). Sum of RGB (Red+Green+Blue) = 145+137+100=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918964 is #6E769B. Grayscale: #878787. Windows color (decimal): -7239324 or 6588817. OLE color: 6588817.
HSL color Cylindrical-coordinate representation of color #918964: hue angle of 49.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918964 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 100 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.43 |
| HSL | 49.33º | 0.18% | 0.48% | - |
| HSV(B) | 49.33º | 0.31% | 0.57% | - |
| XYZ | 22.92 | 24.83 | 15.64 | - |
| YUV | 135.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 100 | 0 | 0.06 | 0.31 | 0.43 | 49.33 | 0.18 | 0.48 |
| Hex | 91 | 89 | 64 | 0 | 6 | 1F | 2B | 31 | 12 | 30 |
| Octal | 221 | 211 | 144 | 0 | 6 | 37 | 53 | 61 | 22 | 60 |
| Binary | 10010001 | 10001001 | 1100100 | 0 | 110 | 11111 | 101011 | 110001 | 10010 | 110000 |
Color Harmonies of #918964
Complementary color
Monochromatic Colors of #918964
Black with #918964
Text Example
Text Example
White with #918964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918964; }
p { color: rgb(145,137,100); }
H1.HeaderClassName
{
color: #918964;
}
.AnyTagClassName
{
color: #918964;
}
</style>
background-color css
<style>
a { background-color: #918964; }
a { background-color: rgb(145,137,100); }
div.DivClassName
{
background-color: #918964;
}
.BgClassName
{
background-color: #918964;
}
</style>
border-color css
<style>
span { border-color: #918964; }
span { border-color: rgb(145,137,100); }
td.TdClassName
{
border-color: #918964;
}
.TagClassName
{
border-color: #918964;
}
</style>