#757E6D

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

Shades of Camouflage Green #757E6D

Tints of Camouflage Green #757E6D

Color information

#757E6D (or 0x757E6D) is unknown color: approx Camouflage Green. HEX triplet: 75, 7E and 6D. RGB value is (117,126,109). Sum of RGB (Red+Green+Blue) = 117+126+109=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 126 - color contains mainly: green. Hex color #757E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E6D is #8A8192. Grayscale: #797979. Windows color (decimal): -9077139 or 7175797. OLE color: 7175797.

HSL color Cylindrical-coordinate representation of color #757E6D: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757E6D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB117126109-
CMYK0.0700.130.51
HSL91.76º7.23%46.08%-
HSV(B)91.76º13.49%49.41%-
XYZ17.5619.8117.37-
YUV121.37121.02124.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=33.24%
G=35.80%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171261090.0700.130.5191.767.2346.08
Hex757E6D70D335c72e
Octal165176155701563134756
Binary111010111111101101101111011011100111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757E6D; }

 p { color: rgb(117,126,109); }

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

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

 a { background-color: rgb(117,126,109); }

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

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

 span { border-color: rgb(117,126,109); }

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