Shades of Camouflage Green #829374
Tints of Camouflage Green #829374
RGB
CMYK
RGB Variations
Color information
#829374 (or 0x829374) is known color: Camouflage Green. HEX triplet: 82, 93 and 74. RGB value is (130,147,116). Sum of RGB (Red+Green+Blue) = 130+147+116=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #829374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829374 is #7D6C8B. Grayscale: #8A8A8A. Windows color (decimal): -8219788 or 7639938. OLE color: 7639938.
HSL color Cylindrical-coordinate representation of color #829374: hue angle of 92.9º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829374 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 116 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.42 |
| HSL | 92.9º | 0.13% | 0.52% | - |
| HSV(B) | 92.9º | 0.21% | 0.58% | - |
| XYZ | 22.79 | 26.87 | 20.51 | - |
| YUV | 138.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 116 | 0.12 | 0 | 0.21 | 0.42 | 92.9 | 0.13 | 0.52 |
| Hex | 82 | 93 | 74 | C | 0 | 15 | 2A | 5D | D | 34 |
| Octal | 202 | 223 | 164 | 14 | 0 | 25 | 52 | 135 | 15 | 64 |
| Binary | 10000010 | 10010011 | 1110100 | 1100 | 0 | 10101 | 101010 | 1011101 | 1101 | 110100 |
Color Harmonies of #829374
Complementary color
Monochromatic Colors of #829374
Black with #829374
Text Example
Text Example
White with #829374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829374; }
p { color: rgb(130,147,116); }
H1.HeaderClassName
{
color: #829374;
}
.AnyTagClassName
{
color: #829374;
}
</style>
background-color css
<style>
a { background-color: #829374; }
a { background-color: rgb(130,147,116); }
div.DivClassName
{
background-color: #829374;
}
.BgClassName
{
background-color: #829374;
}
</style>
border-color css
<style>
span { border-color: #829374; }
span { border-color: rgb(130,147,116); }
td.TdClassName
{
border-color: #829374;
}
.TagClassName
{
border-color: #829374;
}
</style>