#757333

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

Shades of Crete #757333

Tints of Crete #757333

Color information

#757333 (or 0x757333) is unknown color: approx Crete. HEX triplet: 75, 73 and 33. RGB value is (117,115,51). Sum of RGB (Red+Green+Blue) = 117+115+51=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #757333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757333 is #8A8CCC. Grayscale: #6C6C6C. Windows color (decimal): -9080013 or 3371893. OLE color: 3371893.

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

Color convert

RGB11711551-
CMYK00.020.560.54
HSL58.18º39.29%32.94%-
HSV(B)58.18º56.41%45.88%-
XYZ14.0616.285.53-
YUV108.395.66134.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=41.34%
G=40.64%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171155100.020.560.5458.1839.2932.94
Hex7573330238363a2721
Octal16516363027066724741
Binary11101011110011110011010111000110110111010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757333; }

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

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

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

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

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

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

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

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