#717E65

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

Shades of Camouflage Green #717E65

Tints of Camouflage Green #717E65

Color information

#717E65 (or 0x717E65) is unknown color: approx Camouflage Green. HEX triplet: 71, 7E and 65. RGB value is (113,126,101). Sum of RGB (Red+Green+Blue) = 113+126+101=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #717E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E65 is #8E819A. Grayscale: #777777. Windows color (decimal): -9339291 or 6651505. OLE color: 6651505.

HSL color Cylindrical-coordinate representation of color #717E65: hue angle of 91.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #717E65 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB113126101-
CMYK0.1000.200.51
HSL91.2º11.01%44.51%-
HSV(B)91.2º19.84%49.41%-
XYZ16.6219.3715.18-
YUV119.26117.69123.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=33.24%
G=37.06%
B=29.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131261010.1000.200.5191.211.0144.51
Hex717E65A014335bb2d
Octal16117614512024631331355
Binary111000111111101100101101001010011001110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717E65; }

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

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

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

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

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

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

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

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