Shades of Granite Green #998B5E
Tints of Granite Green #998B5E
RGB
CMYK
RGB Variations
Color information
#998B5E (or 0x998B5E) is known color: Granite Green. HEX triplet: 99, 8B and 5E. RGB value is (153,139,94). Sum of RGB (Red+Green+Blue) = 153+139+94=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B5E is #6674A1. Grayscale: #8A8A8A. Windows color (decimal): -6714530 or 6196121. OLE color: 6196121.
HSL color Cylindrical-coordinate representation of color #998B5E: hue angle of 45.76º 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 #998B5E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 94 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.4 |
| HSL | 45.76º | 0.24% | 0.48% | - |
| HSV(B) | 45.76º | 0.39% | 0.6% | - |
| XYZ | 24.39 | 26.05 | 14.33 | - |
| YUV | 138.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 94 | 0 | 0.09 | 0.39 | 0.4 | 45.76 | 0.24 | 0.48 |
| Hex | 99 | 8B | 5E | 0 | 9 | 27 | 28 | 2E | 18 | 30 |
| Octal | 231 | 213 | 136 | 0 | 11 | 47 | 50 | 56 | 30 | 60 |
| Binary | 10011001 | 10001011 | 1011110 | 0 | 1001 | 100111 | 101000 | 101110 | 11000 | 110000 |
Color Harmonies of #998B5E
Complementary color
Monochromatic Colors of #998B5E
Black with #998B5E
Text Example
Text Example
White with #998B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B5E; }
p { color: rgb(153,139,94); }
H1.HeaderClassName
{
color: #998B5E;
}
.AnyTagClassName
{
color: #998B5E;
}
</style>
background-color css
<style>
a { background-color: #998B5E; }
a { background-color: rgb(153,139,94); }
div.DivClassName
{
background-color: #998B5E;
}
.BgClassName
{
background-color: #998B5E;
}
</style>
border-color css
<style>
span { border-color: #998B5E; }
span { border-color: rgb(153,139,94); }
td.TdClassName
{
border-color: #998B5E;
}
.TagClassName
{
border-color: #998B5E;
}
</style>