#718461

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

Shades of Camouflage Green #718461

Tints of Camouflage Green #718461

Color information

#718461 (or 0x718461) is unknown color: approx Camouflage Green. HEX triplet: 71, 84 and 61. RGB value is (113,132,97). Sum of RGB (Red+Green+Blue) = 113+132+97=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #718461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718461 is #8E7B9E. Grayscale: #7A7A7A. Windows color (decimal): -9337759 or 6390897. OLE color: 6390897.

HSL color Cylindrical-coordinate representation of color #718461: hue angle of 92.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718461 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB11313297-
CMYK0.1400.270.48
HSL92.57º15.28%44.9%-
HSV(B)92.57º26.52%51.76%-
XYZ17.2220.8814.43-
YUV122.33113.71121.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=33.04%
G=38.60%
B=28.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132970.1400.270.4892.5715.2844.9
Hex718461E01B305df2d
Octal16120414116033601351755
Binary1110001100001001100001111001101111000010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718461; }

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

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

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

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

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

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

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

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