Shades of Camouflage Green #718366
Tints of Camouflage Green #718366
RGB
CMYK
RGB Variations
Color information
#718366 (or 0x718366) is known color: Camouflage Green. HEX triplet: 71, 83 and 66. RGB value is (113,131,102). Sum of RGB (Red+Green+Blue) = 113+131+102=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #718366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718366 is #8E7C99. Grayscale: #7A7A7A. Windows color (decimal): -9338010 or 6718321. OLE color: 6718321.
HSL color Cylindrical-coordinate representation of color #718366: hue angle of 97.24º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718366 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 102 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.49 |
| HSL | 97.24º | 0.12% | 0.46% | - |
| HSV(B) | 97.24º | 0.22% | 0.51% | - |
| XYZ | 17.32 | 20.7 | 15.65 | - |
| YUV | 122.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 102 | 0.14 | 0 | 0.22 | 0.49 | 97.24 | 0.12 | 0.46 |
| Hex | 71 | 83 | 66 | E | 0 | 16 | 31 | 61 | C | 2E |
| Octal | 161 | 203 | 146 | 16 | 0 | 26 | 61 | 141 | 14 | 56 |
| Binary | 1110001 | 10000011 | 1100110 | 1110 | 0 | 10110 | 110001 | 1100001 | 1100 | 101110 |
Color Harmonies of #718366
Complementary color
Monochromatic Colors of #718366
Black with #718366
Text Example
Text Example
White with #718366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718366; }
p { color: rgb(113,131,102); }
H1.HeaderClassName
{
color: #718366;
}
.AnyTagClassName
{
color: #718366;
}
</style>
background-color css
<style>
a { background-color: #718366; }
a { background-color: rgb(113,131,102); }
div.DivClassName
{
background-color: #718366;
}
.BgClassName
{
background-color: #718366;
}
</style>
border-color css
<style>
span { border-color: #718366; }
span { border-color: rgb(113,131,102); }
td.TdClassName
{
border-color: #718366;
}
.TagClassName
{
border-color: #718366;
}
</style>