#757B71

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

Shades of Camouflage Green #757B71

Tints of Camouflage Green #757B71

Color information

#757B71 (or 0x757B71) is unknown color: approx Camouflage Green. HEX triplet: 75, 7B and 71. RGB value is (117,123,113). Sum of RGB (Red+Green+Blue) = 117+123+113=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #757B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B71 is #8A848E. Grayscale: #787878. Windows color (decimal): -9077903 or 7437173. OLE color: 7437173.

HSL color Cylindrical-coordinate representation of color #757B71: hue angle of 96º 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 #757B71 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB117123113-
CMYK0.0500.080.52
HSL96º4.24%46.27%-
HSV(B)96º8.13%48.24%-
XYZ17.419.1418.4-
YUV120.07124.01125.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=33.14%
G=34.84%
B=32.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231130.0500.080.52964.2446.27
Hex757B71508346042e
Octal165173161501064140456
Binary111010111110111110001101010001101001100000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,113); }

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

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

 a { background-color: rgb(117,123,113); }

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

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

 span { border-color: rgb(117,123,113); }

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