Shades of Granite Green #8B8062
Tints of Granite Green #8B8062
RGB
CMYK
RGB Variations
Color information
#8B8062 (or 0x8B8062) is known color: Granite Green. HEX triplet: 8B, 80 and 62. RGB value is (139,128,98). Sum of RGB (Red+Green+Blue) = 139+128+98=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8062 is #747F9D. Grayscale: #808080. Windows color (decimal): -7634846 or 6455435. OLE color: 6455435.
HSL color Cylindrical-coordinate representation of color #8B8062: hue angle of 43.9º 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 #8B8062 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 98 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.45 |
| HSL | 43.9º | 0.17% | 0.46% | - |
| HSV(B) | 43.9º | 0.29% | 0.55% | - |
| XYZ | 20.57 | 21.81 | 14.68 | - |
| YUV | 127.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 98 | 0 | 0.08 | 0.29 | 0.45 | 43.9 | 0.17 | 0.46 |
| Hex | 8B | 80 | 62 | 0 | 8 | 1D | 2D | 2C | 11 | 2E |
| Octal | 213 | 200 | 142 | 0 | 10 | 35 | 55 | 54 | 21 | 56 |
| Binary | 10001011 | 10000000 | 1100010 | 0 | 1000 | 11101 | 101101 | 101100 | 10001 | 101110 |
Color Harmonies of #8B8062
Complementary color
Monochromatic Colors of #8B8062
Black with #8B8062
Text Example
Text Example
White with #8B8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8062; }
p { color: rgb(139,128,98); }
H1.HeaderClassName
{
color: #8B8062;
}
.AnyTagClassName
{
color: #8B8062;
}
</style>
background-color css
<style>
a { background-color: #8B8062; }
a { background-color: rgb(139,128,98); }
div.DivClassName
{
background-color: #8B8062;
}
.BgClassName
{
background-color: #8B8062;
}
</style>
border-color css
<style>
span { border-color: #8B8062; }
span { border-color: rgb(139,128,98); }
td.TdClassName
{
border-color: #8B8062;
}
.TagClassName
{
border-color: #8B8062;
}
</style>