#757B33

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

Shades of Crete #757B33

Tints of Crete #757B33

Color information

#757B33 (or 0x757B33) is unknown color: approx Crete. HEX triplet: 75, 7B and 33. RGB value is (117,123,51). Sum of RGB (Red+Green+Blue) = 117+123+51=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #757B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B33 is #8A84CC. Grayscale: #717171. Windows color (decimal): -9077965 or 3373941. OLE color: 3373941.

HSL color Cylindrical-coordinate representation of color #757B33: hue angle of 65º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #757B33 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB11712351-
CMYK0.0500.590.52
HSL65º41.38%34.12%-
HSV(B)65º58.54%48.24%-
XYZ15.0218.195.85-
YUV11393.01130.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=40.21%
G=42.27%
B=17.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123510.0500.590.526541.3834.12
Hex757B33503B34412922
Octal165173635073641015142
Binary1110101111101111001110101110111101001000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B33; }

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

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

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

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

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

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

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

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