Shades of Granite Green #98865C
Tints of Granite Green #98865C
RGB
CMYK
RGB Variations
Color information
#98865C (or 0x98865C) is known color: Granite Green. HEX triplet: 98, 86 and 5C. RGB value is (152,134,92). Sum of RGB (Red+Green+Blue) = 152+134+92=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98865C is #6779A3. Grayscale: #868686. Windows color (decimal): -6781348 or 6063768. OLE color: 6063768.
HSL color Cylindrical-coordinate representation of color #98865C: hue angle of 42º degrees, saturation: 0.25, 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 #98865C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 92 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.40 |
| HSL | 42º | 0.25% | 0.48% | - |
| HSV(B) | 42º | 0.39% | 0.6% | - |
| XYZ | 23.41 | 24.5 | 13.62 | - |
| YUV | 134.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 92 | 0 | 0.12 | 0.39 | 0.40 | 42 | 0.25 | 0.48 |
| Hex | 98 | 86 | 5C | 0 | C | 27 | 28 | 2A | 19 | 30 |
| Octal | 230 | 206 | 134 | 0 | 14 | 47 | 50 | 52 | 31 | 60 |
| Binary | 10011000 | 10000110 | 1011100 | 0 | 1100 | 100111 | 101000 | 101010 | 11001 | 110000 |
Color Harmonies of #98865C
Complementary color
Monochromatic Colors of #98865C
Black with #98865C
Text Example
Text Example
White with #98865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98865C; }
p { color: rgb(152,134,92); }
H1.HeaderClassName
{
color: #98865C;
}
.AnyTagClassName
{
color: #98865C;
}
</style>
background-color css
<style>
a { background-color: #98865C; }
a { background-color: rgb(152,134,92); }
div.DivClassName
{
background-color: #98865C;
}
.BgClassName
{
background-color: #98865C;
}
</style>
border-color css
<style>
span { border-color: #98865C; }
span { border-color: rgb(152,134,92); }
td.TdClassName
{
border-color: #98865C;
}
.TagClassName
{
border-color: #98865C;
}
</style>