#718061

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

Shades of Camouflage Green #718061

Tints of Camouflage Green #718061

Color information

#718061 (or 0x718061) is unknown color: approx Camouflage Green. HEX triplet: 71, 80 and 61. RGB value is (113,128,97). Sum of RGB (Red+Green+Blue) = 113+128+97=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #718061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718061 is #8E7F9E. Grayscale: #787878. Windows color (decimal): -9338783 or 6389873. OLE color: 6389873.

HSL color Cylindrical-coordinate representation of color #718061: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718061 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB11312897-
CMYK0.1200.240.50
HSL89.03º13.78%44.12%-
HSV(B)89.03º24.22%50.2%-
XYZ16.6919.8114.25-
YUV119.98115.03123.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=33.43%
G=37.87%
B=28.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128970.1200.240.5089.0313.7844.12
Hex718061C0183259e2c
Octal16120014114030621311654
Binary1110001100000001100001110001100011001010110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718061; }

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

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

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

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

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

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

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

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