Shades of Granite Green #8B8069
Tints of Granite Green #8B8069
RGB
CMYK
RGB Variations
Color information
#8B8069 (or 0x8B8069) is known color: Granite Green. HEX triplet: 8B, 80 and 69. RGB value is (139,128,105). Sum of RGB (Red+Green+Blue) = 139+128+105=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8069 is #747F96. Grayscale: #808080. Windows color (decimal): -7634839 or 6914187. OLE color: 6914187.
HSL color Cylindrical-coordinate representation of color #8B8069: hue angle of 40.59º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B8069 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 105 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.45 |
| HSL | 40.59º | 0.14% | 0.48% | - |
| HSV(B) | 40.59º | 0.24% | 0.55% | - |
| XYZ | 20.92 | 21.95 | 16.5 | - |
| YUV | 128.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 105 | 0 | 0.08 | 0.24 | 0.45 | 40.59 | 0.14 | 0.48 |
| Hex | 8B | 80 | 69 | 0 | 8 | 18 | 2D | 29 | E | 30 |
| Octal | 213 | 200 | 151 | 0 | 10 | 30 | 55 | 51 | 16 | 60 |
| Binary | 10001011 | 10000000 | 1101001 | 0 | 1000 | 11000 | 101101 | 101001 | 1110 | 110000 |
Color Harmonies of #8B8069
Complementary color
Monochromatic Colors of #8B8069
Black with #8B8069
Text Example
Text Example
White with #8B8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8069; }
p { color: rgb(139,128,105); }
H1.HeaderClassName
{
color: #8B8069;
}
.AnyTagClassName
{
color: #8B8069;
}
</style>
background-color css
<style>
a { background-color: #8B8069; }
a { background-color: rgb(139,128,105); }
div.DivClassName
{
background-color: #8B8069;
}
.BgClassName
{
background-color: #8B8069;
}
</style>
border-color css
<style>
span { border-color: #8B8069; }
span { border-color: rgb(139,128,105); }
td.TdClassName
{
border-color: #8B8069;
}
.TagClassName
{
border-color: #8B8069;
}
</style>