#757A70

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

Shades of Camouflage Green #757A70

Tints of Camouflage Green #757A70

Color information

#757A70 (or 0x757A70) is unknown color: approx Camouflage Green. HEX triplet: 75, 7A and 70. RGB value is (117,122,112). Sum of RGB (Red+Green+Blue) = 117+122+112=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 122 - color contains mainly: green. Hex color #757A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A70 is #8A858F. Grayscale: #777777. Windows color (decimal): -9078160 or 7371381. OLE color: 7371381.

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

Color convert

RGB117122112-
CMYK0.0400.080.52
HSL90º4.27%45.88%-
HSV(B)90º8.2%47.84%-
XYZ17.2218.8718.06-
YUV119.36123.84126.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=33.33%
G=34.76%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171221120.0400.080.52904.2745.88
Hex757A70408345a42e
Octal165172160401064132456
Binary111010111110101110000100010001101001011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,112); }

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

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

 a { background-color: rgb(117,122,112); }

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

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

 span { border-color: rgb(117,122,112); }

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