Shades of Granite Green #8B8167
Tints of Granite Green #8B8167
RGB
CMYK
RGB Variations
Color information
#8B8167 (or 0x8B8167) is known color: Granite Green. HEX triplet: 8B, 81 and 67. RGB value is (139,129,103). Sum of RGB (Red+Green+Blue) = 139+129+103=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8167 is #747E98. Grayscale: #818181. Windows color (decimal): -7634585 or 6783371. OLE color: 6783371.
HSL color Cylindrical-coordinate representation of color #8B8167: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8167 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 103 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.45 |
| HSL | 43.33º | 0.15% | 0.47% | - |
| HSV(B) | 43.33º | 0.26% | 0.55% | - |
| XYZ | 20.95 | 22.17 | 16.01 | - |
| YUV | 129.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 103 | 0 | 0.07 | 0.26 | 0.45 | 43.33 | 0.15 | 0.47 |
| Hex | 8B | 81 | 67 | 0 | 7 | 1A | 2D | 2B | F | 2F |
| Octal | 213 | 201 | 147 | 0 | 7 | 32 | 55 | 53 | 17 | 57 |
| Binary | 10001011 | 10000001 | 1100111 | 0 | 111 | 11010 | 101101 | 101011 | 1111 | 101111 |
Color Harmonies of #8B8167
Complementary color
Monochromatic Colors of #8B8167
Black with #8B8167
Text Example
Text Example
White with #8B8167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8167; }
p { color: rgb(139,129,103); }
H1.HeaderClassName
{
color: #8B8167;
}
.AnyTagClassName
{
color: #8B8167;
}
</style>
background-color css
<style>
a { background-color: #8B8167; }
a { background-color: rgb(139,129,103); }
div.DivClassName
{
background-color: #8B8167;
}
.BgClassName
{
background-color: #8B8167;
}
</style>
border-color css
<style>
span { border-color: #8B8167; }
span { border-color: rgb(139,129,103); }
td.TdClassName
{
border-color: #8B8167;
}
.TagClassName
{
border-color: #8B8167;
}
</style>