Shades of Camouflage Green #839077
Tints of Camouflage Green #839077
RGB
CMYK
RGB Variations
Color information
#839077 (or 0x839077) is known color: Camouflage Green. HEX triplet: 83, 90 and 77. RGB value is (131,144,119). Sum of RGB (Red+Green+Blue) = 131+144+119=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #839077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839077 is #7C6F88. Grayscale: #898989. Windows color (decimal): -8155017 or 7835779. OLE color: 7835779.
HSL color Cylindrical-coordinate representation of color #839077: hue angle of 91.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839077 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 119 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.44 |
| HSL | 91.2º | 0.1% | 0.52% | - |
| HSV(B) | 91.2º | 0.17% | 0.56% | - |
| XYZ | 22.66 | 26.1 | 21.3 | - |
| YUV | 137.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 119 | 0.09 | 0 | 0.17 | 0.44 | 91.2 | 0.1 | 0.52 |
| Hex | 83 | 90 | 77 | 9 | 0 | 11 | 2C | 5B | A | 34 |
| Octal | 203 | 220 | 167 | 11 | 0 | 21 | 54 | 133 | 12 | 64 |
| Binary | 10000011 | 10010000 | 1110111 | 1001 | 0 | 10001 | 101100 | 1011011 | 1010 | 110100 |
Color Harmonies of #839077
Complementary color
Monochromatic Colors of #839077
Black with #839077
Text Example
Text Example
White with #839077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839077; }
p { color: rgb(131,144,119); }
H1.HeaderClassName
{
color: #839077;
}
.AnyTagClassName
{
color: #839077;
}
</style>
background-color css
<style>
a { background-color: #839077; }
a { background-color: rgb(131,144,119); }
div.DivClassName
{
background-color: #839077;
}
.BgClassName
{
background-color: #839077;
}
</style>
border-color css
<style>
span { border-color: #839077; }
span { border-color: rgb(131,144,119); }
td.TdClassName
{
border-color: #839077;
}
.TagClassName
{
border-color: #839077;
}
</style>