Shades of Granite Green #8B8269
Tints of Granite Green #8B8269
RGB
CMYK
RGB Variations
Color information
#8B8269 (or 0x8B8269) is known color: Granite Green. HEX triplet: 8B, 82 and 69. RGB value is (139,130,105). Sum of RGB (Red+Green+Blue) = 139+130+105=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8269 is #747D96. Grayscale: #818181. Windows color (decimal): -7634327 or 6914699. OLE color: 6914699.
HSL color Cylindrical-coordinate representation of color #8B8269: hue angle of 44.12º 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 #8B8269 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 105 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.45 |
| HSL | 44.12º | 0.14% | 0.48% | - |
| HSV(B) | 44.12º | 0.24% | 0.55% | - |
| XYZ | 21.18 | 22.47 | 16.59 | - |
| YUV | 129.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 105 | 0 | 0.06 | 0.24 | 0.45 | 44.12 | 0.14 | 0.48 |
| Hex | 8B | 82 | 69 | 0 | 6 | 18 | 2D | 2C | E | 30 |
| Octal | 213 | 202 | 151 | 0 | 6 | 30 | 55 | 54 | 16 | 60 |
| Binary | 10001011 | 10000010 | 1101001 | 0 | 110 | 11000 | 101101 | 101100 | 1110 | 110000 |
Color Harmonies of #8B8269
Complementary color
Monochromatic Colors of #8B8269
Black with #8B8269
Text Example
Text Example
White with #8B8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8269; }
p { color: rgb(139,130,105); }
H1.HeaderClassName
{
color: #8B8269;
}
.AnyTagClassName
{
color: #8B8269;
}
</style>
background-color css
<style>
a { background-color: #8B8269; }
a { background-color: rgb(139,130,105); }
div.DivClassName
{
background-color: #8B8269;
}
.BgClassName
{
background-color: #8B8269;
}
</style>
border-color css
<style>
span { border-color: #8B8269; }
span { border-color: rgb(139,130,105); }
td.TdClassName
{
border-color: #8B8269;
}
.TagClassName
{
border-color: #8B8269;
}
</style>