Shades of Camouflage Green #879376
Tints of Camouflage Green #879376
RGB
CMYK
RGB Variations
Color information
#879376 (or 0x879376) is known color: Camouflage Green. HEX triplet: 87, 93 and 76. RGB value is (135,147,118). Sum of RGB (Red+Green+Blue) = 135+147+118=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #879376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879376 is #786C89. Grayscale: #8C8C8C. Windows color (decimal): -7892106 or 7771015. OLE color: 7771015.
HSL color Cylindrical-coordinate representation of color #879376: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #879376 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 118 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.42 |
| HSL | 84.83º | 0.12% | 0.52% | - |
| HSV(B) | 84.83º | 0.2% | 0.58% | - |
| XYZ | 23.7 | 27.33 | 21.17 | - |
| YUV | 140.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 118 | 0.08 | 0 | 0.20 | 0.42 | 84.83 | 0.12 | 0.52 |
| Hex | 87 | 93 | 76 | 8 | 0 | 14 | 2A | 55 | C | 34 |
| Octal | 207 | 223 | 166 | 10 | 0 | 24 | 52 | 125 | 14 | 64 |
| Binary | 10000111 | 10010011 | 1110110 | 1000 | 0 | 10100 | 101010 | 1010101 | 1100 | 110100 |
Color Harmonies of #879376
Complementary color
Monochromatic Colors of #879376
Black with #879376
Text Example
Text Example
White with #879376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879376; }
p { color: rgb(135,147,118); }
H1.HeaderClassName
{
color: #879376;
}
.AnyTagClassName
{
color: #879376;
}
</style>
background-color css
<style>
a { background-color: #879376; }
a { background-color: rgb(135,147,118); }
div.DivClassName
{
background-color: #879376;
}
.BgClassName
{
background-color: #879376;
}
</style>
border-color css
<style>
span { border-color: #879376; }
span { border-color: rgb(135,147,118); }
td.TdClassName
{
border-color: #879376;
}
.TagClassName
{
border-color: #879376;
}
</style>