#718762

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

Shades of Camouflage Green #718762

Tints of Camouflage Green #718762

Color information

#718762 (or 0x718762) is unknown color: approx Camouflage Green. HEX triplet: 71, 87 and 62. RGB value is (113,135,98). Sum of RGB (Red+Green+Blue) = 113+135+98=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #718762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718762 is #8E789D. Grayscale: #7C7C7C. Windows color (decimal): -9336990 or 6457201. OLE color: 6457201.

HSL color Cylindrical-coordinate representation of color #718762: hue angle of 95.68º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718762 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB11313598-
CMYK0.1600.270.47
HSL95.68º15.88%45.69%-
HSV(B)95.68º27.41%52.94%-
XYZ17.6821.7214.82-
YUV124.2113.21120.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=32.66%
G=39.02%
B=28.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135980.1600.270.4795.6815.8845.69
Hex7187621001B2F60102e
Octal16120714220033571402056
Binary111000110000111110001010000011011101111110000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718762; }

 p { color: rgb(113,135,98); }

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

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

 a { background-color: rgb(113,135,98); }

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

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

 span { border-color: rgb(113,135,98); }

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