Shades of Granite Green #998C5E
Tints of Granite Green #998C5E
RGB
CMYK
RGB Variations
Color information
#998C5E (or 0x998C5E) is known color: Granite Green. HEX triplet: 99, 8C and 5E. RGB value is (153,140,94). Sum of RGB (Red+Green+Blue) = 153+140+94=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #998C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C5E is #6673A1. Grayscale: #8A8A8A. Windows color (decimal): -6714274 or 6196377. OLE color: 6196377.
HSL color Cylindrical-coordinate representation of color #998C5E: hue angle of 46.78º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998C5E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 94 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.4 |
| HSL | 46.78º | 0.24% | 0.48% | - |
| HSV(B) | 46.78º | 0.39% | 0.6% | - |
| XYZ | 24.54 | 26.34 | 14.38 | - |
| YUV | 138.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 94 | 0 | 0.08 | 0.39 | 0.4 | 46.78 | 0.24 | 0.48 |
| Hex | 99 | 8C | 5E | 0 | 8 | 27 | 28 | 2F | 18 | 30 |
| Octal | 231 | 214 | 136 | 0 | 10 | 47 | 50 | 57 | 30 | 60 |
| Binary | 10011001 | 10001100 | 1011110 | 0 | 1000 | 100111 | 101000 | 101111 | 11000 | 110000 |
Color Harmonies of #998C5E
Complementary color
Monochromatic Colors of #998C5E
Black with #998C5E
Text Example
Text Example
White with #998C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C5E; }
p { color: rgb(153,140,94); }
H1.HeaderClassName
{
color: #998C5E;
}
.AnyTagClassName
{
color: #998C5E;
}
</style>
background-color css
<style>
a { background-color: #998C5E; }
a { background-color: rgb(153,140,94); }
div.DivClassName
{
background-color: #998C5E;
}
.BgClassName
{
background-color: #998C5E;
}
</style>
border-color css
<style>
span { border-color: #998C5E; }
span { border-color: rgb(153,140,94); }
td.TdClassName
{
border-color: #998C5E;
}
.TagClassName
{
border-color: #998C5E;
}
</style>