Shades of Granite Green #998D5D
Tints of Granite Green #998D5D
RGB
CMYK
RGB Variations
Color information
#998D5D (or 0x998D5D) is known color: Granite Green. HEX triplet: 99, 8D and 5D. RGB value is (153,141,93). Sum of RGB (Red+Green+Blue) = 153+141+93=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #998D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D5D is #6672A2. Grayscale: #8B8B8B. Windows color (decimal): -6714019 or 6131097. OLE color: 6131097.
HSL color Cylindrical-coordinate representation of color #998D5D: hue angle of 48º 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 #998D5D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 93 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.4 |
| HSL | 48º | 0.24% | 0.48% | - |
| HSV(B) | 48º | 0.39% | 0.6% | - |
| XYZ | 24.64 | 26.61 | 14.19 | - |
| YUV | 139.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 93 | 0 | 0.08 | 0.39 | 0.4 | 48 | 0.24 | 0.48 |
| Hex | 99 | 8D | 5D | 0 | 8 | 27 | 28 | 30 | 18 | 30 |
| Octal | 231 | 215 | 135 | 0 | 10 | 47 | 50 | 60 | 30 | 60 |
| Binary | 10011001 | 10001101 | 1011101 | 0 | 1000 | 100111 | 101000 | 110000 | 11000 | 110000 |
Color Harmonies of #998D5D
Complementary color
Monochromatic Colors of #998D5D
Black with #998D5D
Text Example
Text Example
White with #998D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D5D; }
p { color: rgb(153,141,93); }
H1.HeaderClassName
{
color: #998D5D;
}
.AnyTagClassName
{
color: #998D5D;
}
</style>
background-color css
<style>
a { background-color: #998D5D; }
a { background-color: rgb(153,141,93); }
div.DivClassName
{
background-color: #998D5D;
}
.BgClassName
{
background-color: #998D5D;
}
</style>
border-color css
<style>
span { border-color: #998D5D; }
span { border-color: rgb(153,141,93); }
td.TdClassName
{
border-color: #998D5D;
}
.TagClassName
{
border-color: #998D5D;
}
</style>