Shades of Camouflage Green #718A62
Tints of Camouflage Green #718A62
RGB
CMYK
RGB Variations
Color information
#718A62 (or 0x718A62) is known color: Camouflage Green. HEX triplet: 71, 8A and 62. RGB value is (113,138,98). Sum of RGB (Red+Green+Blue) = 113+138+98=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #718A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A62 is #8E759D. Grayscale: #7E7E7E. Windows color (decimal): -9336222 or 6457969. OLE color: 6457969.
HSL color Cylindrical-coordinate representation of color #718A62: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718A62 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 98 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.46 |
| HSL | 97.5º | 0.17% | 0.46% | - |
| HSV(B) | 97.5º | 0.29% | 0.54% | - |
| XYZ | 18.1 | 22.57 | 14.96 | - |
| YUV | 125.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 98 | 0.18 | 0 | 0.29 | 0.46 | 97.5 | 0.17 | 0.46 |
| Hex | 71 | 8A | 62 | 12 | 0 | 1D | 2E | 62 | 11 | 2E |
| Octal | 161 | 212 | 142 | 22 | 0 | 35 | 56 | 142 | 21 | 56 |
| Binary | 1110001 | 10001010 | 1100010 | 10010 | 0 | 11101 | 101110 | 1100010 | 10001 | 101110 |
Color Harmonies of #718A62
Complementary color
Monochromatic Colors of #718A62
Black with #718A62
Text Example
Text Example
White with #718A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A62; }
p { color: rgb(113,138,98); }
H1.HeaderClassName
{
color: #718A62;
}
.AnyTagClassName
{
color: #718A62;
}
</style>
background-color css
<style>
a { background-color: #718A62; }
a { background-color: rgb(113,138,98); }
div.DivClassName
{
background-color: #718A62;
}
.BgClassName
{
background-color: #718A62;
}
</style>
border-color css
<style>
span { border-color: #718A62; }
span { border-color: rgb(113,138,98); }
td.TdClassName
{
border-color: #718A62;
}
.TagClassName
{
border-color: #718A62;
}
</style>