Shades of Granite Green #9B8D59
Tints of Granite Green #9B8D59
RGB
CMYK
RGB Variations
Color information
#9B8D59 (or 0x9B8D59) is known color: Granite Green. HEX triplet: 9B, 8D and 59. RGB value is (155,141,89). Sum of RGB (Red+Green+Blue) = 155+141+89=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D59 is #6472A6. Grayscale: #8B8B8B. Windows color (decimal): -6582951 or 5868955. OLE color: 5868955.
HSL color Cylindrical-coordinate representation of color #9B8D59: hue angle of 47.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8D59 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 89 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.39 |
| HSL | 47.27º | 0.27% | 0.48% | - |
| HSV(B) | 47.27º | 0.43% | 0.61% | - |
| XYZ | 24.85 | 26.74 | 13.3 | - |
| YUV | 139.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 89 | 0 | 0.09 | 0.43 | 0.39 | 47.27 | 0.27 | 0.48 |
| Hex | 9B | 8D | 59 | 0 | 9 | 2B | 27 | 2F | 1B | 30 |
| Octal | 233 | 215 | 131 | 0 | 11 | 53 | 47 | 57 | 33 | 60 |
| Binary | 10011011 | 10001101 | 1011001 | 0 | 1001 | 101011 | 100111 | 101111 | 11011 | 110000 |
Color Harmonies of #9B8D59
Complementary color
Monochromatic Colors of #9B8D59
Black with #9B8D59
Text Example
Text Example
White with #9B8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D59; }
p { color: rgb(155,141,89); }
H1.HeaderClassName
{
color: #9B8D59;
}
.AnyTagClassName
{
color: #9B8D59;
}
</style>
background-color css
<style>
a { background-color: #9B8D59; }
a { background-color: rgb(155,141,89); }
div.DivClassName
{
background-color: #9B8D59;
}
.BgClassName
{
background-color: #9B8D59;
}
</style>
border-color css
<style>
span { border-color: #9B8D59; }
span { border-color: rgb(155,141,89); }
td.TdClassName
{
border-color: #9B8D59;
}
.TagClassName
{
border-color: #9B8D59;
}
</style>