Shades of Granite Green #99875E
Tints of Granite Green #99875E
RGB
CMYK
RGB Variations
Color information
#99875E (or 0x99875E) is known color: Granite Green. HEX triplet: 99, 87 and 5E. RGB value is (153,135,94). Sum of RGB (Red+Green+Blue) = 153+135+94=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99875E is #6678A1. Grayscale: #878787. Windows color (decimal): -6715554 or 6195097. OLE color: 6195097.
HSL color Cylindrical-coordinate representation of color #99875E: hue angle of 41.69º 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 #99875E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 94 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.4 |
| HSL | 41.69º | 0.24% | 0.48% | - |
| HSV(B) | 41.69º | 0.39% | 0.6% | - |
| XYZ | 23.82 | 24.91 | 14.14 | - |
| YUV | 135.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 94 | 0 | 0.12 | 0.39 | 0.4 | 41.69 | 0.24 | 0.48 |
| Hex | 99 | 87 | 5E | 0 | C | 27 | 28 | 2A | 18 | 30 |
| Octal | 231 | 207 | 136 | 0 | 14 | 47 | 50 | 52 | 30 | 60 |
| Binary | 10011001 | 10000111 | 1011110 | 0 | 1100 | 100111 | 101000 | 101010 | 11000 | 110000 |
Color Harmonies of #99875E
Complementary color
Monochromatic Colors of #99875E
Black with #99875E
Text Example
Text Example
White with #99875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99875E; }
p { color: rgb(153,135,94); }
H1.HeaderClassName
{
color: #99875E;
}
.AnyTagClassName
{
color: #99875E;
}
</style>
background-color css
<style>
a { background-color: #99875E; }
a { background-color: rgb(153,135,94); }
div.DivClassName
{
background-color: #99875E;
}
.BgClassName
{
background-color: #99875E;
}
</style>
border-color css
<style>
span { border-color: #99875E; }
span { border-color: rgb(153,135,94); }
td.TdClassName
{
border-color: #99875E;
}
.TagClassName
{
border-color: #99875E;
}
</style>