Shades of Granite Green #998D5E
Tints of Granite Green #998D5E
RGB
CMYK
RGB Variations
Color information
#998D5E (or 0x998D5E) is known color: Granite Green. HEX triplet: 99, 8D and 5E. RGB value is (153,141,94). Sum of RGB (Red+Green+Blue) = 153+141+94=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #998D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D5E is #6672A1. Grayscale: #8B8B8B. Windows color (decimal): -6714018 or 6196633. OLE color: 6196633.
HSL color Cylindrical-coordinate representation of color #998D5E: hue angle of 47.8º 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 #998D5E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
RGB | 153 | 141 | 94 | - |
CMYK | 0 | 0.08 | 0.39 | 0.4 |
HSL | 47.8º | 0.24% | 0.48% | - |
HSV(B) | 47.8º | 0.39% | 0.6% | - |
XYZ | 24.68 | 26.63 | 14.43 | - |
YUV | 139.23 | 102.48 | 137.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 141 | 94 | 0 | 0.08 | 0.39 | 0.4 | 47.8 | 0.24 | 0.48 |
Hex | 99 | 8D | 5E | 0 | 8 | 27 | 28 | 30 | 18 | 30 |
Octal | 231 | 215 | 136 | 0 | 10 | 47 | 50 | 60 | 30 | 60 |
Binary | 10011001 | 10001101 | 1011110 | 0 | 1000 | 100111 | 101000 | 110000 | 11000 | 110000 |
Color Harmonies of #998D5E
Complementary color
Monochromatic Colors of #998D5E
Black with #998D5E
Text Example
Text Example
White with #998D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D5E; }
p { color: rgb(153,141,94); }
H1.HeaderClassName
{
color: #998D5E;
}
.AnyTagClassName
{
color: #998D5E;
}
</style>
background-color css
<style>
a { background-color: #998D5E; }
a { background-color: rgb(153,141,94); }
div.DivClassName
{
background-color: #998D5E;
}
.BgClassName
{
background-color: #998D5E;
}
</style>
border-color css
<style>
span { border-color: #998D5E; }
span { border-color: rgb(153,141,94); }
td.TdClassName
{
border-color: #998D5E;
}
.TagClassName
{
border-color: #998D5E;
}
</style>