Shades of Granite Green #918A67
Tints of Granite Green #918A67
RGB
CMYK
RGB Variations
Color information
#918A67 (or 0x918A67) is known color: Granite Green. HEX triplet: 91, 8A and 67. RGB value is (145,138,103). Sum of RGB (Red+Green+Blue) = 145+138+103=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A67 is #6E7598. Grayscale: #888888. Windows color (decimal): -7239065 or 6785681. OLE color: 6785681.
HSL color Cylindrical-coordinate representation of color #918A67: hue angle of 50º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #918A67 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 103 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.43 |
| HSL | 50º | 0.17% | 0.49% | - |
| HSV(B) | 50º | 0.29% | 0.57% | - |
| XYZ | 23.21 | 25.18 | 16.47 | - |
| YUV | 136.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 103 | 0 | 0.05 | 0.29 | 0.43 | 50 | 0.17 | 0.49 |
| Hex | 91 | 8A | 67 | 0 | 5 | 1D | 2B | 32 | 11 | 31 |
| Octal | 221 | 212 | 147 | 0 | 5 | 35 | 53 | 62 | 21 | 61 |
| Binary | 10010001 | 10001010 | 1100111 | 0 | 101 | 11101 | 101011 | 110010 | 10001 | 110001 |
Color Harmonies of #918A67
Complementary color
Monochromatic Colors of #918A67
Black with #918A67
Text Example
Text Example
White with #918A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A67; }
p { color: rgb(145,138,103); }
H1.HeaderClassName
{
color: #918A67;
}
.AnyTagClassName
{
color: #918A67;
}
</style>
background-color css
<style>
a { background-color: #918A67; }
a { background-color: rgb(145,138,103); }
div.DivClassName
{
background-color: #918A67;
}
.BgClassName
{
background-color: #918A67;
}
</style>
border-color css
<style>
span { border-color: #918A67; }
span { border-color: rgb(145,138,103); }
td.TdClassName
{
border-color: #918A67;
}
.TagClassName
{
border-color: #918A67;
}
</style>