Shades of Granite Green #8B8462
Tints of Granite Green #8B8462
RGB
CMYK
RGB Variations
Color information
#8B8462 (or 0x8B8462) is known color: Granite Green. HEX triplet: 8B, 84 and 62. RGB value is (139,132,98). Sum of RGB (Red+Green+Blue) = 139+132+98=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8462 is #747B9D. Grayscale: #828282. Windows color (decimal): -7633822 or 6456459. OLE color: 6456459.
HSL color Cylindrical-coordinate representation of color #8B8462: hue angle of 49.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B8462 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 98 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.45 |
| HSL | 49.76º | 0.17% | 0.46% | - |
| HSV(B) | 49.76º | 0.29% | 0.55% | - |
| XYZ | 21.1 | 22.87 | 14.86 | - |
| YUV | 130.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 98 | 0 | 0.05 | 0.29 | 0.45 | 49.76 | 0.17 | 0.46 |
| Hex | 8B | 84 | 62 | 0 | 5 | 1D | 2D | 32 | 11 | 2E |
| Octal | 213 | 204 | 142 | 0 | 5 | 35 | 55 | 62 | 21 | 56 |
| Binary | 10001011 | 10000100 | 1100010 | 0 | 101 | 11101 | 101101 | 110010 | 10001 | 101110 |
Color Harmonies of #8B8462
Complementary color
Monochromatic Colors of #8B8462
Black with #8B8462
Text Example
Text Example
White with #8B8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8462; }
p { color: rgb(139,132,98); }
H1.HeaderClassName
{
color: #8B8462;
}
.AnyTagClassName
{
color: #8B8462;
}
</style>
background-color css
<style>
a { background-color: #8B8462; }
a { background-color: rgb(139,132,98); }
div.DivClassName
{
background-color: #8B8462;
}
.BgClassName
{
background-color: #8B8462;
}
</style>
border-color css
<style>
span { border-color: #8B8462; }
span { border-color: rgb(139,132,98); }
td.TdClassName
{
border-color: #8B8462;
}
.TagClassName
{
border-color: #8B8462;
}
</style>