#717F65

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

Shades of Camouflage Green #717F65

Tints of Camouflage Green #717F65

Color information

#717F65 (or 0x717F65) is unknown color: approx Camouflage Green. HEX triplet: 71, 7F and 65. RGB value is (113,127,101). Sum of RGB (Red+Green+Blue) = 113+127+101=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #717F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F65 is #8E809A. Grayscale: #777777. Windows color (decimal): -9339035 or 6651761. OLE color: 6651761.

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

Color convert

RGB113127101-
CMYK0.1100.200.50
HSL92.31º11.4%44.71%-
HSV(B)92.31º20.47%49.8%-
XYZ16.7519.6315.22-
YUV119.85117.36123.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=33.14%
G=37.24%
B=29.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131271010.1100.200.5092.3111.444.71
Hex717F65B014325cb2d
Octal16117714513024621341355
Binary111000111111111100101101101010011001010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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