#757539

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

Shades of Crete #757539

Tints of Crete #757539

Color information

#757539 (or 0x757539) is unknown color: approx Crete. HEX triplet: 75, 75 and 39. RGB value is (117,117,57). Sum of RGB (Red+Green+Blue) = 117+117+57=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757539 is #8A8AC6. Grayscale: #6E6E6E. Windows color (decimal): -9079495 or 3765621. OLE color: 3765621.

HSL color Cylindrical-coordinate representation of color #757539: hue angle of 60º 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 #757539 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11711757-
CMYK000.510.54
HSL60º34.48%34.12%-
HSV(B)60º51.28%45.88%-
XYZ14.4416.86.35-
YUV110.1698132.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=40.21%
G=40.21%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711757000.510.546034.4834.12
Hex7575390033363c2222
Octal16516571006366744242
Binary1110101111010111100100110011110110111100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757539; }

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

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

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

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

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

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

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

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