#717F68

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

Shades of Camouflage Green #717F68

Tints of Camouflage Green #717F68

Color information

#717F68 (or 0x717F68) is unknown color: approx Camouflage Green. HEX triplet: 71, 7F and 68. RGB value is (113,127,104). Sum of RGB (Red+Green+Blue) = 113+127+104=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #717F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F68 is #8E8097. Grayscale: #787878. Windows color (decimal): -9339032 or 6848369. OLE color: 6848369.

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

Color convert

RGB113127104-
CMYK0.1100.180.50
HSL96.52º9.96%45.29%-
HSV(B)96.52º18.11%49.8%-
XYZ16.919.6916.01-
YUV120.19118.86122.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=32.85%
G=36.92%
B=30.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131271040.1100.180.5096.529.9645.29
Hex717F68B0123261a2d
Octal16117715013022621411255
Binary111000111111111101000101101001011001011000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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