#757339

Color #757339 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #757339

Tints of Crete #757339

Color information

#757339 (or 0x757339) is unknown color: approx Crete. HEX triplet: 75, 73 and 39. RGB value is (117,115,57). Sum of RGB (Red+Green+Blue) = 117+115+57=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #757339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757339 is #8A8CC6. Grayscale: #6D6D6D. Windows color (decimal): -9080007 or 3765109. OLE color: 3765109.

HSL color Cylindrical-coordinate representation of color #757339: hue angle of 58º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757339 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11711557-
CMYK00.020.510.54
HSL58º34.48%34.12%-
HSV(B)58º51.28%45.88%-
XYZ14.2116.346.28-
YUV108.9998.66133.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=40.48%
G=39.79%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171155700.020.510.545834.4834.12
Hex7573390233363a2222
Octal16516371026366724242
Binary11101011110011111001010110011110110111010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757339; }

 p { color: rgb(117,115,57); }

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

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

 a { background-color: rgb(117,115,57); }

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

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

 span { border-color: rgb(117,115,57); }

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