Shades of Camouflage Green #868E7D
Tints of Camouflage Green #868E7D
RGB
CMYK
RGB Variations
Color information
#868E7D (or 0x868E7D) is known color: Camouflage Green. HEX triplet: 86, 8E and 7D. RGB value is (134,142,125). Sum of RGB (Red+Green+Blue) = 134+142+125=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #868E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E7D is #797182. Grayscale: #898989. Windows color (decimal): -7958915 or 8228486. OLE color: 8228486.
HSL color Cylindrical-coordinate representation of color #868E7D: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868E7D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 125 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.44 |
| HSL | 88.24º | 0.07% | 0.52% | - |
| HSV(B) | 88.24º | 0.12% | 0.56% | - |
| XYZ | 23.21 | 25.9 | 23.18 | - |
| YUV | 137.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 125 | 0.06 | 0 | 0.12 | 0.44 | 88.24 | 0.07 | 0.52 |
| Hex | 86 | 8E | 7D | 6 | 0 | C | 2C | 58 | 7 | 34 |
| Octal | 206 | 216 | 175 | 6 | 0 | 14 | 54 | 130 | 7 | 64 |
| Binary | 10000110 | 10001110 | 1111101 | 110 | 0 | 1100 | 101100 | 1011000 | 111 | 110100 |
Color Harmonies of #868E7D
Complementary color
Monochromatic Colors of #868E7D
Black with #868E7D
Text Example
Text Example
White with #868E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E7D; }
p { color: rgb(134,142,125); }
H1.HeaderClassName
{
color: #868E7D;
}
.AnyTagClassName
{
color: #868E7D;
}
</style>
background-color css
<style>
a { background-color: #868E7D; }
a { background-color: rgb(134,142,125); }
div.DivClassName
{
background-color: #868E7D;
}
.BgClassName
{
background-color: #868E7D;
}
</style>
border-color css
<style>
span { border-color: #868E7D; }
span { border-color: rgb(134,142,125); }
td.TdClassName
{
border-color: #868E7D;
}
.TagClassName
{
border-color: #868E7D;
}
</style>