Shades of Camouflage Green #718065
Tints of Camouflage Green #718065
RGB
CMYK
RGB Variations
Color information
#718065 (or 0x718065) is known color: Camouflage Green. HEX triplet: 71, 80 and 65. RGB value is (113,128,101). Sum of RGB (Red+Green+Blue) = 113+128+101=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #718065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718065 is #8E7F9A. Grayscale: #787878. Windows color (decimal): -9338779 or 6652017. OLE color: 6652017.
HSL color Cylindrical-coordinate representation of color #718065: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718065 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 101 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.50 |
| HSL | 93.33º | 0.12% | 0.45% | - |
| HSV(B) | 93.33º | 0.21% | 0.5% | - |
| XYZ | 16.88 | 19.89 | 15.26 | - |
| YUV | 120.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 101 | 0.12 | 0 | 0.21 | 0.50 | 93.33 | 0.12 | 0.45 |
| Hex | 71 | 80 | 65 | C | 0 | 15 | 32 | 5D | C | 2D |
| Octal | 161 | 200 | 145 | 14 | 0 | 25 | 62 | 135 | 14 | 55 |
| Binary | 1110001 | 10000000 | 1100101 | 1100 | 0 | 10101 | 110010 | 1011101 | 1100 | 101101 |
Color Harmonies of #718065
Complementary color
Monochromatic Colors of #718065
Black with #718065
Text Example
Text Example
White with #718065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718065; }
p { color: rgb(113,128,101); }
H1.HeaderClassName
{
color: #718065;
}
.AnyTagClassName
{
color: #718065;
}
</style>
background-color css
<style>
a { background-color: #718065; }
a { background-color: rgb(113,128,101); }
div.DivClassName
{
background-color: #718065;
}
.BgClassName
{
background-color: #718065;
}
</style>
border-color css
<style>
span { border-color: #718065; }
span { border-color: rgb(113,128,101); }
td.TdClassName
{
border-color: #718065;
}
.TagClassName
{
border-color: #718065;
}
</style>