#757235

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

Shades of Crete #757235

Tints of Crete #757235

Color information

#757235 (or 0x757235) is unknown color: approx Crete. HEX triplet: 75, 72 and 35. RGB value is (117,114,53). Sum of RGB (Red+Green+Blue) = 117+114+53=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #757235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757235 is #8A8DCA. Grayscale: #6C6C6C. Windows color (decimal): -9080267 or 3502709. OLE color: 3502709.

HSL color Cylindrical-coordinate representation of color #757235: hue angle of 57.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #757235 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11711453-
CMYK00.030.550.54
HSL57.19º37.65%33.33%-
HSV(B)57.19º54.7%45.88%-
XYZ1416.075.73-
YUV107.9496.99134.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=41.20%
G=40.14%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171145300.030.550.5457.1937.6533.33
Hex757235033736392621
Octal16516265036766714641
Binary11101011110010110101011110111110110111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757235; }

 p { color: rgb(117,114,53); }

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

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

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

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

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

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

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