Shades of Camouflage Green #819070
Tints of Camouflage Green #819070
RGB
CMYK
RGB Variations
Color information
#819070 (or 0x819070) is known color: Camouflage Green. HEX triplet: 81, 90 and 70. RGB value is (129,144,112). Sum of RGB (Red+Green+Blue) = 129+144+112=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #819070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819070 is #7E6F8F. Grayscale: #878787. Windows color (decimal): -8286096 or 7377025. OLE color: 7377025.
HSL color Cylindrical-coordinate representation of color #819070: hue angle of 88.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819070 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 112 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.44 |
| HSL | 88.13º | 0.13% | 0.5% | - |
| HSV(B) | 88.13º | 0.22% | 0.56% | - |
| XYZ | 21.95 | 25.78 | 19.15 | - |
| YUV | 135.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 112 | 0.10 | 0 | 0.22 | 0.44 | 88.13 | 0.13 | 0.5 |
| Hex | 81 | 90 | 70 | A | 0 | 16 | 2C | 58 | D | 32 |
| Octal | 201 | 220 | 160 | 12 | 0 | 26 | 54 | 130 | 15 | 62 |
| Binary | 10000001 | 10010000 | 1110000 | 1010 | 0 | 10110 | 101100 | 1011000 | 1101 | 110010 |
Color Harmonies of #819070
Complementary color
Monochromatic Colors of #819070
Black with #819070
Text Example
Text Example
White with #819070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819070; }
p { color: rgb(129,144,112); }
H1.HeaderClassName
{
color: #819070;
}
.AnyTagClassName
{
color: #819070;
}
</style>
background-color css
<style>
a { background-color: #819070; }
a { background-color: rgb(129,144,112); }
div.DivClassName
{
background-color: #819070;
}
.BgClassName
{
background-color: #819070;
}
</style>
border-color css
<style>
span { border-color: #819070; }
span { border-color: rgb(129,144,112); }
td.TdClassName
{
border-color: #819070;
}
.TagClassName
{
border-color: #819070;
}
</style>