#757133

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

Shades of Crete #757133

Tints of Crete #757133

Color information

#757133 (or 0x757133) is unknown color: approx Crete. HEX triplet: 75, 71 and 33. RGB value is (117,113,51). Sum of RGB (Red+Green+Blue) = 117+113+51=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #757133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757133 is #8A8ECC. Grayscale: #6B6B6B. Windows color (decimal): -9080525 or 3371381. OLE color: 3371381.

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

Color convert

RGB11711351-
CMYK00.030.560.54
HSL56.36º39.29%32.94%-
HSV(B)56.36º56.41%45.88%-
XYZ13.8415.835.46-
YUV107.1396.33135.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=41.64%
G=40.21%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171135100.030.560.5456.3639.2932.94
Hex757133033836382721
Octal16516163037066704741
Binary11101011110001110011011111000110110111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757133; }

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

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

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

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

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

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

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

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