Shades of Granite Green #8B8367
Tints of Granite Green #8B8367
RGB
CMYK
RGB Variations
Color information
#8B8367 (or 0x8B8367) is known color: Granite Green. HEX triplet: 8B, 83 and 67. RGB value is (139,131,103). Sum of RGB (Red+Green+Blue) = 139+131+103=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8367 is #747C98. Grayscale: #828282. Windows color (decimal): -7634073 or 6783883. OLE color: 6783883.
HSL color Cylindrical-coordinate representation of color #8B8367: hue angle of 46.67º 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 #8B8367 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 103 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.45 |
| HSL | 46.67º | 0.15% | 0.47% | - |
| HSV(B) | 46.67º | 0.26% | 0.55% | - |
| XYZ | 21.21 | 22.7 | 16.1 | - |
| YUV | 130.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 103 | 0 | 0.06 | 0.26 | 0.45 | 46.67 | 0.15 | 0.47 |
| Hex | 8B | 83 | 67 | 0 | 6 | 1A | 2D | 2F | F | 2F |
| Octal | 213 | 203 | 147 | 0 | 6 | 32 | 55 | 57 | 17 | 57 |
| Binary | 10001011 | 10000011 | 1100111 | 0 | 110 | 11010 | 101101 | 101111 | 1111 | 101111 |
Color Harmonies of #8B8367
Complementary color
Monochromatic Colors of #8B8367
Black with #8B8367
Text Example
Text Example
White with #8B8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8367; }
p { color: rgb(139,131,103); }
H1.HeaderClassName
{
color: #8B8367;
}
.AnyTagClassName
{
color: #8B8367;
}
</style>
background-color css
<style>
a { background-color: #8B8367; }
a { background-color: rgb(139,131,103); }
div.DivClassName
{
background-color: #8B8367;
}
.BgClassName
{
background-color: #8B8367;
}
</style>
border-color css
<style>
span { border-color: #8B8367; }
span { border-color: rgb(139,131,103); }
td.TdClassName
{
border-color: #8B8367;
}
.TagClassName
{
border-color: #8B8367;
}
</style>