Shades of Granite Green #928A69
Tints of Granite Green #928A69
RGB
CMYK
RGB Variations
Color information
#928A69 (or 0x928A69) is known color: Granite Green. HEX triplet: 92, 8A and 69. RGB value is (146,138,105). Sum of RGB (Red+Green+Blue) = 146+138+105=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #928A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A69 is #6D7596. Grayscale: #888888. Windows color (decimal): -7173527 or 6916754. OLE color: 6916754.
HSL color Cylindrical-coordinate representation of color #928A69: hue angle of 48.29º 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 #928A69 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 105 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.43 |
| HSL | 48.29º | 0.16% | 0.49% | - |
| HSV(B) | 48.29º | 0.28% | 0.57% | - |
| XYZ | 23.49 | 25.31 | 17.01 | - |
| YUV | 136.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 105 | 0 | 0.05 | 0.28 | 0.43 | 48.29 | 0.16 | 0.49 |
| Hex | 92 | 8A | 69 | 0 | 5 | 1C | 2B | 30 | 10 | 31 |
| Octal | 222 | 212 | 151 | 0 | 5 | 34 | 53 | 60 | 20 | 61 |
| Binary | 10010010 | 10001010 | 1101001 | 0 | 101 | 11100 | 101011 | 110000 | 10000 | 110001 |
Color Harmonies of #928A69
Complementary color
Monochromatic Colors of #928A69
Black with #928A69
Text Example
Text Example
White with #928A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A69; }
p { color: rgb(146,138,105); }
H1.HeaderClassName
{
color: #928A69;
}
.AnyTagClassName
{
color: #928A69;
}
</style>
background-color css
<style>
a { background-color: #928A69; }
a { background-color: rgb(146,138,105); }
div.DivClassName
{
background-color: #928A69;
}
.BgClassName
{
background-color: #928A69;
}
</style>
border-color css
<style>
span { border-color: #928A69; }
span { border-color: rgb(146,138,105); }
td.TdClassName
{
border-color: #928A69;
}
.TagClassName
{
border-color: #928A69;
}
</style>