Shades of Granite Green #928467
Tints of Granite Green #928467
RGB
CMYK
RGB Variations
Color information
#928467 (or 0x928467) is known color: Granite Green. HEX triplet: 92, 84 and 67. RGB value is (146,132,103). Sum of RGB (Red+Green+Blue) = 146+132+103=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928467 is #6D7B98. Grayscale: #858585. Windows color (decimal): -7175065 or 6784146. OLE color: 6784146.
HSL color Cylindrical-coordinate representation of color #928467: hue angle of 40.47º 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 #928467 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 103 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.43 |
| HSL | 40.47º | 0.17% | 0.49% | - |
| HSV(B) | 40.47º | 0.29% | 0.57% | - |
| XYZ | 22.55 | 23.59 | 16.2 | - |
| YUV | 132.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 103 | 0 | 0.10 | 0.29 | 0.43 | 40.47 | 0.17 | 0.49 |
| Hex | 92 | 84 | 67 | 0 | A | 1D | 2B | 28 | 11 | 31 |
| Octal | 222 | 204 | 147 | 0 | 12 | 35 | 53 | 50 | 21 | 61 |
| Binary | 10010010 | 10000100 | 1100111 | 0 | 1010 | 11101 | 101011 | 101000 | 10001 | 110001 |
Color Harmonies of #928467
Complementary color
Monochromatic Colors of #928467
Black with #928467
Text Example
Text Example
White with #928467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928467; }
p { color: rgb(146,132,103); }
H1.HeaderClassName
{
color: #928467;
}
.AnyTagClassName
{
color: #928467;
}
</style>
background-color css
<style>
a { background-color: #928467; }
a { background-color: rgb(146,132,103); }
div.DivClassName
{
background-color: #928467;
}
.BgClassName
{
background-color: #928467;
}
</style>
border-color css
<style>
span { border-color: #928467; }
span { border-color: rgb(146,132,103); }
td.TdClassName
{
border-color: #928467;
}
.TagClassName
{
border-color: #928467;
}
</style>