#718160

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

Shades of Camouflage Green #718160

Tints of Camouflage Green #718160

Color information

#718160 (or 0x718160) is unknown color: approx Camouflage Green. HEX triplet: 71, 81 and 60. RGB value is (113,129,96). Sum of RGB (Red+Green+Blue) = 113+129+96=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #718160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718160 is #8E7E9F. Grayscale: #787878. Windows color (decimal): -9338528 or 6324593. OLE color: 6324593.

HSL color Cylindrical-coordinate representation of color #718160: hue angle of 89.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718160 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB11312996-
CMYK0.1200.260.49
HSL89.09º14.67%44.12%-
HSV(B)89.09º25.58%50.59%-
XYZ16.7720.0614.05-
YUV120.45114.2122.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=33.43%
G=38.17%
B=28.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129960.1200.260.4989.0914.6744.12
Hex718160C01A3159f2c
Octal16120114014032611311754
Binary1110001100000011100000110001101011000110110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718160; }

 p { color: rgb(113,129,96); }

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

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

 a { background-color: rgb(113,129,96); }

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

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

 span { border-color: rgb(113,129,96); }

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