Shades of Granite Green #918461
Tints of Granite Green #918461
RGB
CMYK
RGB Variations
Color information
#918461 (or 0x918461) is known color: Granite Green. HEX triplet: 91, 84 and 61. RGB value is (145,132,97). Sum of RGB (Red+Green+Blue) = 145+132+97=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918461 is #6E7B9E. Grayscale: #848484. Windows color (decimal): -7240607 or 6390929. OLE color: 6390929.
HSL color Cylindrical-coordinate representation of color #918461: hue angle of 43.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918461 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 97 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.43 |
| HSL | 43.75º | 0.2% | 0.47% | - |
| HSV(B) | 43.75º | 0.33% | 0.57% | - |
| XYZ | 22.09 | 23.39 | 14.66 | - |
| YUV | 131.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 97 | 0 | 0.09 | 0.33 | 0.43 | 43.75 | 0.2 | 0.47 |
| Hex | 91 | 84 | 61 | 0 | 9 | 21 | 2B | 2C | 14 | 2F |
| Octal | 221 | 204 | 141 | 0 | 11 | 41 | 53 | 54 | 24 | 57 |
| Binary | 10010001 | 10000100 | 1100001 | 0 | 1001 | 100001 | 101011 | 101100 | 10100 | 101111 |
Color Harmonies of #918461
Complementary color
Monochromatic Colors of #918461
Black with #918461
Text Example
Text Example
White with #918461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918461; }
p { color: rgb(145,132,97); }
H1.HeaderClassName
{
color: #918461;
}
.AnyTagClassName
{
color: #918461;
}
</style>
background-color css
<style>
a { background-color: #918461; }
a { background-color: rgb(145,132,97); }
div.DivClassName
{
background-color: #918461;
}
.BgClassName
{
background-color: #918461;
}
</style>
border-color css
<style>
span { border-color: #918461; }
span { border-color: rgb(145,132,97); }
td.TdClassName
{
border-color: #918461;
}
.TagClassName
{
border-color: #918461;
}
</style>