Shades of Granite Green #98875D
Tints of Granite Green #98875D
RGB
CMYK
RGB Variations
Color information
#98875D (or 0x98875D) is known color: Granite Green. HEX triplet: 98, 87 and 5D. RGB value is (152,135,93). Sum of RGB (Red+Green+Blue) = 152+135+93=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98875D is #6778A2. Grayscale: #878787. Windows color (decimal): -6781091 or 6129560. OLE color: 6129560.
HSL color Cylindrical-coordinate representation of color #98875D: hue angle of 42.71º 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 #98875D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 93 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.40 |
| HSL | 42.71º | 0.24% | 0.48% | - |
| HSV(B) | 42.71º | 0.39% | 0.6% | - |
| XYZ | 23.59 | 24.79 | 13.9 | - |
| YUV | 135.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 93 | 0 | 0.11 | 0.39 | 0.40 | 42.71 | 0.24 | 0.48 |
| Hex | 98 | 87 | 5D | 0 | B | 27 | 28 | 2B | 18 | 30 |
| Octal | 230 | 207 | 135 | 0 | 13 | 47 | 50 | 53 | 30 | 60 |
| Binary | 10011000 | 10000111 | 1011101 | 0 | 1011 | 100111 | 101000 | 101011 | 11000 | 110000 |
Color Harmonies of #98875D
Complementary color
Monochromatic Colors of #98875D
Black with #98875D
Text Example
Text Example
White with #98875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98875D; }
p { color: rgb(152,135,93); }
H1.HeaderClassName
{
color: #98875D;
}
.AnyTagClassName
{
color: #98875D;
}
</style>
background-color css
<style>
a { background-color: #98875D; }
a { background-color: rgb(152,135,93); }
div.DivClassName
{
background-color: #98875D;
}
.BgClassName
{
background-color: #98875D;
}
</style>
border-color css
<style>
span { border-color: #98875D; }
span { border-color: rgb(152,135,93); }
td.TdClassName
{
border-color: #98875D;
}
.TagClassName
{
border-color: #98875D;
}
</style>