Shades of Granite Green #8B8365
Tints of Granite Green #8B8365
RGB
CMYK
RGB Variations
Color information
#8B8365 (or 0x8B8365) is known color: Granite Green. HEX triplet: 8B, 83 and 65. RGB value is (139,131,101). Sum of RGB (Red+Green+Blue) = 139+131+101=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8365 is #747C9A. Grayscale: #828282. Windows color (decimal): -7634075 or 6652811. OLE color: 6652811.
HSL color Cylindrical-coordinate representation of color #8B8365: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8365 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 101 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.45 |
| HSL | 47.37º | 0.16% | 0.47% | - |
| HSV(B) | 47.37º | 0.27% | 0.55% | - |
| XYZ | 21.11 | 22.66 | 15.57 | - |
| YUV | 129.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 101 | 0 | 0.06 | 0.27 | 0.45 | 47.37 | 0.16 | 0.47 |
| Hex | 8B | 83 | 65 | 0 | 6 | 1B | 2D | 2F | 10 | 2F |
| Octal | 213 | 203 | 145 | 0 | 6 | 33 | 55 | 57 | 20 | 57 |
| Binary | 10001011 | 10000011 | 1100101 | 0 | 110 | 11011 | 101101 | 101111 | 10000 | 101111 |
Color Harmonies of #8B8365
Complementary color
Monochromatic Colors of #8B8365
Black with #8B8365
Text Example
Text Example
White with #8B8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8365; }
p { color: rgb(139,131,101); }
H1.HeaderClassName
{
color: #8B8365;
}
.AnyTagClassName
{
color: #8B8365;
}
</style>
background-color css
<style>
a { background-color: #8B8365; }
a { background-color: rgb(139,131,101); }
div.DivClassName
{
background-color: #8B8365;
}
.BgClassName
{
background-color: #8B8365;
}
</style>
border-color css
<style>
span { border-color: #8B8365; }
span { border-color: rgb(139,131,101); }
td.TdClassName
{
border-color: #8B8365;
}
.TagClassName
{
border-color: #8B8365;
}
</style>