Shades of Granite Green #998C5B
Tints of Granite Green #998C5B
RGB
CMYK
RGB Variations
Color information
#998C5B (or 0x998C5B) is known color: Granite Green. HEX triplet: 99, 8C and 5B. RGB value is (153,140,91). Sum of RGB (Red+Green+Blue) = 153+140+91=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C5B is #6673A4. Grayscale: #8A8A8A. Windows color (decimal): -6714277 or 5999769. OLE color: 5999769.
HSL color Cylindrical-coordinate representation of color #998C5B: hue angle of 47.42º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998C5B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 91 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.4 |
| HSL | 47.42º | 0.25% | 0.48% | - |
| HSV(B) | 47.42º | 0.41% | 0.6% | - |
| XYZ | 24.4 | 26.28 | 13.68 | - |
| YUV | 138.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 91 | 0 | 0.08 | 0.41 | 0.4 | 47.42 | 0.25 | 0.48 |
| Hex | 99 | 8C | 5B | 0 | 8 | 29 | 28 | 2F | 19 | 30 |
| Octal | 231 | 214 | 133 | 0 | 10 | 51 | 50 | 57 | 31 | 60 |
| Binary | 10011001 | 10001100 | 1011011 | 0 | 1000 | 101001 | 101000 | 101111 | 11001 | 110000 |
Color Harmonies of #998C5B
Complementary color
Monochromatic Colors of #998C5B
Black with #998C5B
Text Example
Text Example
White with #998C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C5B; }
p { color: rgb(153,140,91); }
H1.HeaderClassName
{
color: #998C5B;
}
.AnyTagClassName
{
color: #998C5B;
}
</style>
background-color css
<style>
a { background-color: #998C5B; }
a { background-color: rgb(153,140,91); }
div.DivClassName
{
background-color: #998C5B;
}
.BgClassName
{
background-color: #998C5B;
}
</style>
border-color css
<style>
span { border-color: #998C5B; }
span { border-color: rgb(153,140,91); }
td.TdClassName
{
border-color: #998C5B;
}
.TagClassName
{
border-color: #998C5B;
}
</style>