#717C6A

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

Shades of Camouflage Green #717C6A

Tints of Camouflage Green #717C6A

Color information

#717C6A (or 0x717C6A) is unknown color: approx Camouflage Green. HEX triplet: 71, 7C and 6A. RGB value is (113,124,106). Sum of RGB (Red+Green+Blue) = 113+124+106=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #717C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C6A is #8E8395. Grayscale: #767676. Windows color (decimal): -9339798 or 6978673. OLE color: 6978673.

HSL color Cylindrical-coordinate representation of color #717C6A: hue angle of 96.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717C6A is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB113124106-
CMYK0.0900.150.51
HSL96.67º7.83%45.1%-
HSV(B)96.67º14.52%48.63%-
XYZ16.6218.9716.42-
YUV118.66120.86123.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=32.94%
G=36.15%
B=30.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131241060.0900.150.5196.677.8345.1
Hex717C6A90F336182d
Octal16117415211017631411055
Binary11100011111100110101010010111111001111000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,106); }

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

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

 a { background-color: rgb(113,124,106); }

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

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

 span { border-color: rgb(113,124,106); }

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