Shades of Camouflage Green #848F7A
Tints of Camouflage Green #848F7A
RGB
CMYK
RGB Variations
Color information
#848F7A (or 0x848F7A) is known color: Camouflage Green. HEX triplet: 84, 8F and 7A. RGB value is (132,143,122). Sum of RGB (Red+Green+Blue) = 132+143+122=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #848F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F7A is #7B7085. Grayscale: #898989. Windows color (decimal): -8089734 or 8032132. OLE color: 8032132.
HSL color Cylindrical-coordinate representation of color #848F7A: hue angle of 91.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #848F7A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 122 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.44 |
| HSL | 91.43º | 0.09% | 0.52% | - |
| HSV(B) | 91.43º | 0.15% | 0.56% | - |
| XYZ | 22.85 | 25.96 | 22.22 | - |
| YUV | 137.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 122 | 0.08 | 0 | 0.15 | 0.44 | 91.43 | 0.09 | 0.52 |
| Hex | 84 | 8F | 7A | 8 | 0 | F | 2C | 5B | 9 | 34 |
| Octal | 204 | 217 | 172 | 10 | 0 | 17 | 54 | 133 | 11 | 64 |
| Binary | 10000100 | 10001111 | 1111010 | 1000 | 0 | 1111 | 101100 | 1011011 | 1001 | 110100 |
Color Harmonies of #848F7A
Complementary color
Monochromatic Colors of #848F7A
Black with #848F7A
Text Example
Text Example
White with #848F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F7A; }
p { color: rgb(132,143,122); }
H1.HeaderClassName
{
color: #848F7A;
}
.AnyTagClassName
{
color: #848F7A;
}
</style>
background-color css
<style>
a { background-color: #848F7A; }
a { background-color: rgb(132,143,122); }
div.DivClassName
{
background-color: #848F7A;
}
.BgClassName
{
background-color: #848F7A;
}
</style>
border-color css
<style>
span { border-color: #848F7A; }
span { border-color: rgb(132,143,122); }
td.TdClassName
{
border-color: #848F7A;
}
.TagClassName
{
border-color: #848F7A;
}
</style>