#757033

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

Shades of Crete #757033

Tints of Crete #757033

Color information

#757033 (or 0x757033) is unknown color: approx Crete. HEX triplet: 75, 70 and 33. RGB value is (117,112,51). Sum of RGB (Red+Green+Blue) = 117+112+51=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #757033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757033 is #8A8FCC. Grayscale: #6A6A6A. Windows color (decimal): -9080781 or 3371125. OLE color: 3371125.

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

Color convert

RGB11711251-
CMYK00.040.560.54
HSL55.45º39.29%32.94%-
HSV(B)55.45º56.41%45.88%-
XYZ13.7315.615.42-
YUV106.5496.66135.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=41.79%
G=40%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171125100.040.560.5455.4539.2932.94
Hex757033043836372721
Octal16516063047066674741
Binary111010111100001100110100111000110110110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757033; }

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

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

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

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

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

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

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

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