Shades of Granite Green #8B8568
Tints of Granite Green #8B8568
RGB
CMYK
RGB Variations
Color information
#8B8568 (or 0x8B8568) is known color: Granite Green. HEX triplet: 8B, 85 and 68. RGB value is (139,133,104). Sum of RGB (Red+Green+Blue) = 139+133+104=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8568 is #747A97. Grayscale: #838383. Windows color (decimal): -7633560 or 6849931. OLE color: 6849931.
HSL color Cylindrical-coordinate representation of color #8B8568: hue angle of 49.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B8568 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 104 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.45 |
| HSL | 49.71º | 0.14% | 0.48% | - |
| HSV(B) | 49.71º | 0.25% | 0.55% | - |
| XYZ | 21.53 | 23.26 | 16.45 | - |
| YUV | 131.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 104 | 0 | 0.04 | 0.25 | 0.45 | 49.71 | 0.14 | 0.48 |
| Hex | 8B | 85 | 68 | 0 | 4 | 19 | 2D | 32 | E | 30 |
| Octal | 213 | 205 | 150 | 0 | 4 | 31 | 55 | 62 | 16 | 60 |
| Binary | 10001011 | 10000101 | 1101000 | 0 | 100 | 11001 | 101101 | 110010 | 1110 | 110000 |
Color Harmonies of #8B8568
Complementary color
Monochromatic Colors of #8B8568
Black with #8B8568
Text Example
Text Example
White with #8B8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8568; }
p { color: rgb(139,133,104); }
H1.HeaderClassName
{
color: #8B8568;
}
.AnyTagClassName
{
color: #8B8568;
}
</style>
background-color css
<style>
a { background-color: #8B8568; }
a { background-color: rgb(139,133,104); }
div.DivClassName
{
background-color: #8B8568;
}
.BgClassName
{
background-color: #8B8568;
}
</style>
border-color css
<style>
span { border-color: #8B8568; }
span { border-color: rgb(139,133,104); }
td.TdClassName
{
border-color: #8B8568;
}
.TagClassName
{
border-color: #8B8568;
}
</style>