#757F6E

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

Shades of Camouflage Green #757F6E

Tints of Camouflage Green #757F6E

Color information

#757F6E (or 0x757F6E) is unknown color: approx Camouflage Green. HEX triplet: 75, 7F and 6E. RGB value is (117,127,110). Sum of RGB (Red+Green+Blue) = 117+127+110=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #757F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F6E is #8A8091. Grayscale: #7A7A7A. Windows color (decimal): -9076882 or 7241589. OLE color: 7241589.

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

Color convert

RGB117127110-
CMYK0.0800.130.50
HSL95.29º7.17%46.47%-
HSV(B)95.29º13.39%49.8%-
XYZ17.7420.0917.69-
YUV122.07121.19124.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=33.05%
G=35.88%
B=31.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171271100.0800.130.5095.297.1746.47
Hex757F6E80D325f72e
Octal1651771561001562137756
Binary1110101111111111011101000011011100101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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