Shades of Camouflage Green #718067
Tints of Camouflage Green #718067
RGB
CMYK
RGB Variations
Color information
#718067 (or 0x718067) is known color: Camouflage Green. HEX triplet: 71, 80 and 67. RGB value is (113,128,103). Sum of RGB (Red+Green+Blue) = 113+128+103=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #718067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718067 is #8E7F98. Grayscale: #787878. Windows color (decimal): -9338777 or 6783089. OLE color: 6783089.
HSL color Cylindrical-coordinate representation of color #718067: hue angle of 96º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718067 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 103 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.50 |
| HSL | 96º | 0.11% | 0.45% | - |
| HSV(B) | 96º | 0.2% | 0.5% | - |
| XYZ | 16.98 | 19.93 | 15.78 | - |
| YUV | 120.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 103 | 0.12 | 0 | 0.20 | 0.50 | 96 | 0.11 | 0.45 |
| Hex | 71 | 80 | 67 | C | 0 | 14 | 32 | 60 | B | 2D |
| Octal | 161 | 200 | 147 | 14 | 0 | 24 | 62 | 140 | 13 | 55 |
| Binary | 1110001 | 10000000 | 1100111 | 1100 | 0 | 10100 | 110010 | 1100000 | 1011 | 101101 |
Color Harmonies of #718067
Complementary color
Monochromatic Colors of #718067
Black with #718067
Text Example
Text Example
White with #718067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718067; }
p { color: rgb(113,128,103); }
H1.HeaderClassName
{
color: #718067;
}
.AnyTagClassName
{
color: #718067;
}
</style>
background-color css
<style>
a { background-color: #718067; }
a { background-color: rgb(113,128,103); }
div.DivClassName
{
background-color: #718067;
}
.BgClassName
{
background-color: #718067;
}
</style>
border-color css
<style>
span { border-color: #718067; }
span { border-color: rgb(113,128,103); }
td.TdClassName
{
border-color: #718067;
}
.TagClassName
{
border-color: #718067;
}
</style>