#718A61

Color #718A61 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #718A61

Tints of Camouflage Green #718A61

Color information

#718A61 (or 0x718A61) is unknown color: approx Camouflage Green. HEX triplet: 71, 8A and 61. RGB value is (113,138,97). Sum of RGB (Red+Green+Blue) = 113+138+97=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #718A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A61 is #8E759E. Grayscale: #7D7D7D. Windows color (decimal): -9336223 or 6392433. OLE color: 6392433.

HSL color Cylindrical-coordinate representation of color #718A61: hue angle of 96.59º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718A61 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11313897-
CMYK0.1800.300.46
HSL96.59º17.45%46.08%-
HSV(B)96.59º29.71%54.12%-
XYZ18.0622.5514.71-
YUV125.85111.72118.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=32.47%
G=39.66%
B=27.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113138970.1800.300.4696.5917.4546.08
Hex718A611201E2E61112e
Octal16121214122036561412156
Binary111000110001010110000110010011110101110110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718A61; }

 p { color: rgb(113,138,97); }

 H1.HeaderClassName
 {
   color: #718A61;
 }
 .AnyTagClassName
 {
   color: #718A61;
 }
</style>
background-color css

<style>
 a { background-color: #718A61; }

 a { background-color: rgb(113,138,97); }

 div.DivClassName
 {
   background-color: #718A61;
 }
 .BgClassName
 {
   background-color: #718A61;
 }
</style>
border-color css

<style>
 span { border-color: #718A61; }

 span { border-color: rgb(113,138,97); }

 td.TdClassName
 {
   border-color: #718A61;
 }
 .TagClassName
 {
   border-color: #718A61;
 }
</style>