#718A60

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

Shades of Camouflage Green #718A60

Tints of Camouflage Green #718A60

Color information

#718A60 (or 0x718A60) is unknown color: approx Camouflage Green. HEX triplet: 71, 8A and 60. RGB value is (113,138,96). Sum of RGB (Red+Green+Blue) = 113+138+96=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #718A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A60 is #8E759F. Grayscale: #7D7D7D. Windows color (decimal): -9336224 or 6326897. OLE color: 6326897.

HSL color Cylindrical-coordinate representation of color #718A60: hue angle of 95.71º degrees, saturation: 0.18, 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 #718A60 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11313896-
CMYK0.1800.300.46
HSL95.71º17.95%45.88%-
HSV(B)95.71º30.43%54.12%-
XYZ18.0122.5314.47-
YUV125.74111.22118.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=32.56%
G=39.77%
B=27.67%

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
Decimal113138960.1800.300.4695.7117.9545.88
Hex718A601201E2E60122e
Octal16121214022036561402256
Binary111000110001010110000010010011110101110110000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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