Shades of Camouflage Green #819373
Tints of Camouflage Green #819373
RGB
CMYK
RGB Variations
Color information
#819373 (or 0x819373) is known color: Camouflage Green. HEX triplet: 81, 93 and 73. RGB value is (129,147,115). Sum of RGB (Red+Green+Blue) = 129+147+115=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #819373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819373 is #7E6C8C. Grayscale: #8A8A8A. Windows color (decimal): -8285325 or 7574401. OLE color: 7574401.
HSL color Cylindrical-coordinate representation of color #819373: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819373 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 115 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.42 |
| HSL | 93.75º | 0.13% | 0.51% | - |
| HSV(B) | 93.75º | 0.22% | 0.58% | - |
| XYZ | 22.58 | 26.77 | 20.2 | - |
| YUV | 137.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 115 | 0.12 | 0 | 0.22 | 0.42 | 93.75 | 0.13 | 0.51 |
| Hex | 81 | 93 | 73 | C | 0 | 16 | 2A | 5E | D | 33 |
| Octal | 201 | 223 | 163 | 14 | 0 | 26 | 52 | 136 | 15 | 63 |
| Binary | 10000001 | 10010011 | 1110011 | 1100 | 0 | 10110 | 101010 | 1011110 | 1101 | 110011 |
Color Harmonies of #819373
Complementary color
Monochromatic Colors of #819373
Black with #819373
Text Example
Text Example
White with #819373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819373; }
p { color: rgb(129,147,115); }
H1.HeaderClassName
{
color: #819373;
}
.AnyTagClassName
{
color: #819373;
}
</style>
background-color css
<style>
a { background-color: #819373; }
a { background-color: rgb(129,147,115); }
div.DivClassName
{
background-color: #819373;
}
.BgClassName
{
background-color: #819373;
}
</style>
border-color css
<style>
span { border-color: #819373; }
span { border-color: rgb(129,147,115); }
td.TdClassName
{
border-color: #819373;
}
.TagClassName
{
border-color: #819373;
}
</style>