#757036

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

Shades of Crete #757036

Tints of Crete #757036

Color information

#757036 (or 0x757036) is unknown color: approx Crete. HEX triplet: 75, 70 and 36. RGB value is (117,112,54). Sum of RGB (Red+Green+Blue) = 117+112+54=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #757036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757036 is #8A8FC9. Grayscale: #6B6B6B. Windows color (decimal): -9080778 or 3567733. OLE color: 3567733.

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

Color convert

RGB11711254-
CMYK00.040.540.54
HSL55.24º36.84%33.53%-
HSV(B)55.24º53.85%45.88%-
XYZ13.815.645.78-
YUV106.8898.16135.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=41.34%
G=39.58%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171125400.040.540.5455.2436.8433.53
Hex757036043636372522
Octal16516066046666674542
Binary111010111100001101100100110110110110110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757036; }

 p { color: rgb(117,112,54); }

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

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

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

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

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

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

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