Shades of Granite Green #8B7D62
Tints of Granite Green #8B7D62
RGB
CMYK
RGB Variations
Color information
#8B7D62 (or 0x8B7D62) is known color: Granite Green. HEX triplet: 8B, 7D and 62. RGB value is (139,125,98). Sum of RGB (Red+Green+Blue) = 139+125+98=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D62 is #74829D. Grayscale: #7E7E7E. Windows color (decimal): -7635614 or 6454667. OLE color: 6454667.
HSL color Cylindrical-coordinate representation of color #8B7D62: hue angle of 39.51º 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 #8B7D62 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 98 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.45 |
| HSL | 39.51º | 0.17% | 0.46% | - |
| HSV(B) | 39.51º | 0.29% | 0.55% | - |
| XYZ | 20.19 | 21.04 | 14.55 | - |
| YUV | 126.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 98 | 0 | 0.10 | 0.29 | 0.45 | 39.51 | 0.17 | 0.46 |
| Hex | 8B | 7D | 62 | 0 | A | 1D | 2D | 28 | 11 | 2E |
| Octal | 213 | 175 | 142 | 0 | 12 | 35 | 55 | 50 | 21 | 56 |
| Binary | 10001011 | 1111101 | 1100010 | 0 | 1010 | 11101 | 101101 | 101000 | 10001 | 101110 |
Color Harmonies of #8B7D62
Complementary color
Monochromatic Colors of #8B7D62
Black with #8B7D62
Text Example
Text Example
White with #8B7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D62; }
p { color: rgb(139,125,98); }
H1.HeaderClassName
{
color: #8B7D62;
}
.AnyTagClassName
{
color: #8B7D62;
}
</style>
background-color css
<style>
a { background-color: #8B7D62; }
a { background-color: rgb(139,125,98); }
div.DivClassName
{
background-color: #8B7D62;
}
.BgClassName
{
background-color: #8B7D62;
}
</style>
border-color css
<style>
span { border-color: #8B7D62; }
span { border-color: rgb(139,125,98); }
td.TdClassName
{
border-color: #8B7D62;
}
.TagClassName
{
border-color: #8B7D62;
}
</style>