#718460

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

Shades of Camouflage Green #718460

Tints of Camouflage Green #718460

Color information

#718460 (or 0x718460) is unknown color: approx Camouflage Green. HEX triplet: 71, 84 and 60. RGB value is (113,132,96). Sum of RGB (Red+Green+Blue) = 113+132+96=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #718460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718460 is #8E7B9F. Grayscale: #7A7A7A. Windows color (decimal): -9337760 or 6325361. OLE color: 6325361.

HSL color Cylindrical-coordinate representation of color #718460: hue angle of 91.67º degrees, saturation: 0.16, 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 #718460 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB11313296-
CMYK0.1400.270.48
HSL91.67º15.79%44.71%-
HSV(B)91.67º27.27%51.76%-
XYZ17.1720.8614.19-
YUV122.21113.21121.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=33.14%
G=38.71%
B=28.15%

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
Decimal113132960.1400.270.4891.6715.7944.71
Hex718460E01B305c102d
Octal16120414016033601342055
Binary11100011000010011000001110011011110000101110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718460; }

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

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

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

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

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

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

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

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