Shades of Granite Green #918266
Tints of Granite Green #918266
RGB
CMYK
RGB Variations
Color information
#918266 (or 0x918266) is known color: Granite Green. HEX triplet: 91, 82 and 66. RGB value is (145,130,102). Sum of RGB (Red+Green+Blue) = 145+130+102=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918266 is #6E7D99. Grayscale: #838383. Windows color (decimal): -7241114 or 6718097. OLE color: 6718097.
HSL color Cylindrical-coordinate representation of color #918266: hue angle of 39.07º 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 #918266 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 102 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.43 |
| HSL | 39.07º | 0.17% | 0.48% | - |
| HSV(B) | 39.07º | 0.3% | 0.57% | - |
| XYZ | 22.06 | 22.94 | 15.84 | - |
| YUV | 131.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 102 | 0 | 0.10 | 0.30 | 0.43 | 39.07 | 0.17 | 0.48 |
| Hex | 91 | 82 | 66 | 0 | A | 1E | 2B | 27 | 11 | 30 |
| Octal | 221 | 202 | 146 | 0 | 12 | 36 | 53 | 47 | 21 | 60 |
| Binary | 10010001 | 10000010 | 1100110 | 0 | 1010 | 11110 | 101011 | 100111 | 10001 | 110000 |
Color Harmonies of #918266
Complementary color
Monochromatic Colors of #918266
Black with #918266
Text Example
Text Example
White with #918266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918266; }
p { color: rgb(145,130,102); }
H1.HeaderClassName
{
color: #918266;
}
.AnyTagClassName
{
color: #918266;
}
</style>
background-color css
<style>
a { background-color: #918266; }
a { background-color: rgb(145,130,102); }
div.DivClassName
{
background-color: #918266;
}
.BgClassName
{
background-color: #918266;
}
</style>
border-color css
<style>
span { border-color: #918266; }
span { border-color: rgb(145,130,102); }
td.TdClassName
{
border-color: #918266;
}
.TagClassName
{
border-color: #918266;
}
</style>