#757637

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

Shades of Crete #757637

Tints of Crete #757637

Color information

#757637 (or 0x757637) is unknown color: approx Crete. HEX triplet: 75, 76 and 37. RGB value is (117,118,55). Sum of RGB (Red+Green+Blue) = 117+118+55=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #757637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757637 is #8A89C8. Grayscale: #6E6E6E. Windows color (decimal): -9079241 or 3634805. OLE color: 3634805.

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

Color convert

RGB11711855-
CMYK0.0100.530.54
HSL60.95º36.42%33.92%-
HSV(B)60.95º53.39%46.27%-
XYZ14.517.016.13-
YUV110.5296.67132.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=40.34%
G=40.69%
B=18.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118550.0100.530.5460.9536.4233.92
Hex7576371035363d2422
Octal16516667106566754442
Binary1110101111011011011110110101110110111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757637; }

 p { color: rgb(117,118,55); }

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

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

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

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

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

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

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