#757D69

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

Shades of Camouflage Green #757D69

Tints of Camouflage Green #757D69

Color information

#757D69 (or 0x757D69) is unknown color: approx Camouflage Green. HEX triplet: 75, 7D and 69. RGB value is (117,125,105). Sum of RGB (Red+Green+Blue) = 117+125+105=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 125 - color contains mainly: green. Hex color #757D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D69 is #8A8296. Grayscale: #787878. Windows color (decimal): -9077399 or 6913397. OLE color: 6913397.

HSL color Cylindrical-coordinate representation of color #757D69: hue angle of 84º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757D69 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB117125105-
CMYK0.0600.160.51
HSL84º8.7%45.1%-
HSV(B)84º16%49.02%-
XYZ17.2219.4716.21-
YUV120.33119.35125.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=33.72%
G=36.02%
B=30.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171251050.0600.160.51848.745.1
Hex757D696010335492d
Octal1651751516020631241155
Binary11101011111101110100111001000011001110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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