Shades of Granite Green #918769
Tints of Granite Green #918769
RGB
CMYK
RGB Variations
Color information
#918769 (or 0x918769) is known color: Granite Green. HEX triplet: 91, 87 and 69. RGB value is (145,135,105). Sum of RGB (Red+Green+Blue) = 145+135+105=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #918769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918769 is #6E7896. Grayscale: #868686. Windows color (decimal): -7239831 or 6915985. OLE color: 6915985.
HSL color Cylindrical-coordinate representation of color #918769: hue angle of 45º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918769 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 105 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.43 |
| HSL | 45º | 0.16% | 0.49% | - |
| HSV(B) | 45º | 0.28% | 0.57% | - |
| XYZ | 22.89 | 24.37 | 16.86 | - |
| YUV | 134.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 105 | 0 | 0.07 | 0.28 | 0.43 | 45 | 0.16 | 0.49 |
| Hex | 91 | 87 | 69 | 0 | 7 | 1C | 2B | 2D | 10 | 31 |
| Octal | 221 | 207 | 151 | 0 | 7 | 34 | 53 | 55 | 20 | 61 |
| Binary | 10010001 | 10000111 | 1101001 | 0 | 111 | 11100 | 101011 | 101101 | 10000 | 110001 |
Color Harmonies of #918769
Complementary color
Monochromatic Colors of #918769
Black with #918769
Text Example
Text Example
White with #918769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918769; }
p { color: rgb(145,135,105); }
H1.HeaderClassName
{
color: #918769;
}
.AnyTagClassName
{
color: #918769;
}
</style>
background-color css
<style>
a { background-color: #918769; }
a { background-color: rgb(145,135,105); }
div.DivClassName
{
background-color: #918769;
}
.BgClassName
{
background-color: #918769;
}
</style>
border-color css
<style>
span { border-color: #918769; }
span { border-color: rgb(145,135,105); }
td.TdClassName
{
border-color: #918769;
}
.TagClassName
{
border-color: #918769;
}
</style>