#757F6C

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

Shades of Camouflage Green #757F6C

Tints of Camouflage Green #757F6C

Color information

#757F6C (or 0x757F6C) is unknown color: approx Camouflage Green. HEX triplet: 75, 7F and 6C. RGB value is (117,127,108). Sum of RGB (Red+Green+Blue) = 117+127+108=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #757F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F6C is #8A8093. Grayscale: #797979. Windows color (decimal): -9076884 or 7110517. OLE color: 7110517.

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

Color convert

RGB117127108-
CMYK0.0800.150.50
HSL91.58º8.09%46.08%-
HSV(B)91.58º14.96%49.8%-
XYZ17.6320.0417.13-
YUV121.84120.19124.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=33.24%
G=36.08%
B=30.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171271080.0800.150.5091.588.0946.08
Hex757F6C80F325c82e
Octal16517715410017621341056
Binary11101011111111110110010000111111001010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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