#757C6E

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

Shades of Camouflage Green #757C6E

Tints of Camouflage Green #757C6E

Color information

#757C6E (or 0x757C6E) is unknown color: approx Camouflage Green. HEX triplet: 75, 7C and 6E. RGB value is (117,124,110). Sum of RGB (Red+Green+Blue) = 117+124+110=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #757C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C6E is #8A8391. Grayscale: #787878. Windows color (decimal): -9077650 or 7240821. OLE color: 7240821.

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

Color convert

RGB117124110-
CMYK0.0600.110.51
HSL90º5.98%45.88%-
HSV(B)90º11.29%48.63%-
XYZ17.3619.3217.57-
YUV120.31122.18125.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=33.33%
G=35.33%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171241100.0600.110.51905.9845.88
Hex757C6E60B335a62e
Octal165174156601363132656
Binary111010111111001101110110010111100111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,110); }

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

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

 a { background-color: rgb(117,124,110); }

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

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

 span { border-color: rgb(117,124,110); }

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