#718065

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

Shades of Camouflage Green #718065

Tints of Camouflage Green #718065

Color information

#718065 (or 0x718065) is unknown color: approx Camouflage Green. HEX triplet: 71, 80 and 65. RGB value is (113,128,101). Sum of RGB (Red+Green+Blue) = 113+128+101=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #718065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718065 is #8E7F9A. Grayscale: #787878. Windows color (decimal): -9338779 or 6652017. OLE color: 6652017.

HSL color Cylindrical-coordinate representation of color #718065: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718065 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB113128101-
CMYK0.1200.210.50
HSL93.33º11.79%44.9%-
HSV(B)93.33º21.09%50.2%-
XYZ16.8819.8915.26-
YUV120.44117.03122.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=33.04%
G=37.43%
B=29.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131281010.1200.210.5093.3311.7944.9
Hex718065C015325dc2d
Octal16120014514025621351455
Binary1110001100000001100101110001010111001010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718065; }

 p { color: rgb(113,128,101); }

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

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

 a { background-color: rgb(113,128,101); }

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

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

 span { border-color: rgb(113,128,101); }

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