Shades of Camouflage Green #818B76
Tints of Camouflage Green #818B76
RGB
CMYK
RGB Variations
Color information
#818B76 (or 0x818B76) is known color: Camouflage Green. HEX triplet: 81, 8B and 76. RGB value is (129,139,118). Sum of RGB (Red+Green+Blue) = 129+139+118=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #818B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B76 is #7E7489. Grayscale: #858585. Windows color (decimal): -8287370 or 7768961. OLE color: 7768961.
HSL color Cylindrical-coordinate representation of color #818B76: hue angle of 88.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818B76 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 118 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.45 |
| HSL | 88.57º | 0.08% | 0.5% | - |
| HSV(B) | 88.57º | 0.15% | 0.55% | - |
| XYZ | 21.56 | 24.44 | 20.72 | - |
| YUV | 133.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 118 | 0.07 | 0 | 0.15 | 0.45 | 88.57 | 0.08 | 0.5 |
| Hex | 81 | 8B | 76 | 7 | 0 | F | 2D | 59 | 8 | 32 |
| Octal | 201 | 213 | 166 | 7 | 0 | 17 | 55 | 131 | 10 | 62 |
| Binary | 10000001 | 10001011 | 1110110 | 111 | 0 | 1111 | 101101 | 1011001 | 1000 | 110010 |
Color Harmonies of #818B76
Complementary color
Monochromatic Colors of #818B76
Black with #818B76
Text Example
Text Example
White with #818B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B76; }
p { color: rgb(129,139,118); }
H1.HeaderClassName
{
color: #818B76;
}
.AnyTagClassName
{
color: #818B76;
}
</style>
background-color css
<style>
a { background-color: #818B76; }
a { background-color: rgb(129,139,118); }
div.DivClassName
{
background-color: #818B76;
}
.BgClassName
{
background-color: #818B76;
}
</style>
border-color css
<style>
span { border-color: #818B76; }
span { border-color: rgb(129,139,118); }
td.TdClassName
{
border-color: #818B76;
}
.TagClassName
{
border-color: #818B76;
}
</style>