Shades of Camouflage Green #818B6E
Tints of Camouflage Green #818B6E
RGB
CMYK
RGB Variations
Color information
#818B6E (or 0x818B6E) is known color: Camouflage Green. HEX triplet: 81, 8B and 6E. RGB value is (129,139,110). Sum of RGB (Red+Green+Blue) = 129+139+110=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #818B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B6E is #7E7491. Grayscale: #848484. Windows color (decimal): -8287378 or 7244673. OLE color: 7244673.
HSL color Cylindrical-coordinate representation of color #818B6E: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #818B6E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 110 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.45 |
| HSL | 80.69º | 0.12% | 0.49% | - |
| HSV(B) | 80.69º | 0.21% | 0.55% | - |
| XYZ | 21.1 | 24.26 | 18.32 | - |
| YUV | 132.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 110 | 0.07 | 0 | 0.21 | 0.45 | 80.69 | 0.12 | 0.49 |
| Hex | 81 | 8B | 6E | 7 | 0 | 15 | 2D | 51 | C | 31 |
| Octal | 201 | 213 | 156 | 7 | 0 | 25 | 55 | 121 | 14 | 61 |
| Binary | 10000001 | 10001011 | 1101110 | 111 | 0 | 10101 | 101101 | 1010001 | 1100 | 110001 |
Color Harmonies of #818B6E
Complementary color
Monochromatic Colors of #818B6E
Black with #818B6E
Text Example
Text Example
White with #818B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B6E; }
p { color: rgb(129,139,110); }
H1.HeaderClassName
{
color: #818B6E;
}
.AnyTagClassName
{
color: #818B6E;
}
</style>
background-color css
<style>
a { background-color: #818B6E; }
a { background-color: rgb(129,139,110); }
div.DivClassName
{
background-color: #818B6E;
}
.BgClassName
{
background-color: #818B6E;
}
</style>
border-color css
<style>
span { border-color: #818B6E; }
span { border-color: rgb(129,139,110); }
td.TdClassName
{
border-color: #818B6E;
}
.TagClassName
{
border-color: #818B6E;
}
</style>