Shades of Camouflage Green #869379
Tints of Camouflage Green #869379
RGB
CMYK
RGB Variations
Color information
#869379 (or 0x869379) is known color: Camouflage Green. HEX triplet: 86, 93 and 79. RGB value is (134,147,121). Sum of RGB (Red+Green+Blue) = 134+147+121=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #869379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869379 is #796C86. Grayscale: #8C8C8C. Windows color (decimal): -7957639 or 7967622. OLE color: 7967622.
HSL color Cylindrical-coordinate representation of color #869379: hue angle of 90º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869379 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 121 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.42 |
| HSL | 90º | 0.11% | 0.53% | - |
| HSV(B) | 90º | 0.18% | 0.58% | - |
| XYZ | 23.72 | 27.32 | 22.11 | - |
| YUV | 140.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 121 | 0.09 | 0 | 0.18 | 0.42 | 90 | 0.11 | 0.53 |
| Hex | 86 | 93 | 79 | 9 | 0 | 12 | 2A | 5A | B | 35 |
| Octal | 206 | 223 | 171 | 11 | 0 | 22 | 52 | 132 | 13 | 65 |
| Binary | 10000110 | 10010011 | 1111001 | 1001 | 0 | 10010 | 101010 | 1011010 | 1011 | 110101 |
Color Harmonies of #869379
Complementary color
Monochromatic Colors of #869379
Black with #869379
Text Example
Text Example
White with #869379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869379; }
p { color: rgb(134,147,121); }
H1.HeaderClassName
{
color: #869379;
}
.AnyTagClassName
{
color: #869379;
}
</style>
background-color css
<style>
a { background-color: #869379; }
a { background-color: rgb(134,147,121); }
div.DivClassName
{
background-color: #869379;
}
.BgClassName
{
background-color: #869379;
}
</style>
border-color css
<style>
span { border-color: #869379; }
span { border-color: rgb(134,147,121); }
td.TdClassName
{
border-color: #869379;
}
.TagClassName
{
border-color: #869379;
}
</style>