#757F69

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

Shades of Camouflage Green #757F69

Tints of Camouflage Green #757F69

Color information

#757F69 (or 0x757F69) is unknown color: approx Camouflage Green. HEX triplet: 75, 7F and 69. RGB value is (117,127,105). Sum of RGB (Red+Green+Blue) = 117+127+105=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 127 - color contains mainly: green. Hex color #757F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F69 is #8A8096. Grayscale: #797979. Windows color (decimal): -9076887 or 6913909. OLE color: 6913909.

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

Color convert

RGB117127105-
CMYK0.0800.170.50
HSL87.27º9.48%45.49%-
HSV(B)87.27º17.32%49.8%-
XYZ17.4819.9816.3-
YUV121.5118.69124.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=33.52%
G=36.39%
B=30.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171271050.0800.170.5087.279.4845.49
Hex757F698011325792d
Octal16517715110021621271155
Binary111010111111111101001100001000111001010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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