#757972

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

Shades of Camouflage Green #757972

Tints of Camouflage Green #757972

Color information

#757972 (or 0x757972) is unknown color: approx Camouflage Green. HEX triplet: 75, 79 and 72. RGB value is (117,121,114). Sum of RGB (Red+Green+Blue) = 117+121+114=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 121 - color contains mainly: green. Hex color #757972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757972 is #8A868D. Grayscale: #777777. Windows color (decimal): -9078414 or 7502197. OLE color: 7502197.

HSL color Cylindrical-coordinate representation of color #757972: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757972 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB117121114-
CMYK0.0300.060.53
HSL94.29º2.98%46.08%-
HSV(B)94.29º5.79%47.45%-
XYZ17.2118.6718.62-
YUV119.01125.17126.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=33.24%
G=34.38%
B=32.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211140.0300.060.5394.292.9846.08
Hex757972306355e32e
Octal16517116230665136356
Binary111010111110011110010110110110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757972; }

 p { color: rgb(117,121,114); }

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

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

 a { background-color: rgb(117,121,114); }

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

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

 span { border-color: rgb(117,121,114); }

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