#757B3C

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

Shades of Crete #757B3C

Tints of Crete #757B3C

Color information

#757B3C (or 0x757B3C) is unknown color: approx Crete. HEX triplet: 75, 7B and 3C. RGB value is (117,123,60). Sum of RGB (Red+Green+Blue) = 117+123+60=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #757B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B3C is #8A84C3. Grayscale: #727272. Windows color (decimal): -9077956 or 3963765. OLE color: 3963765.

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

Color convert

RGB11712360-
CMYK0.0500.510.52
HSL65.71º34.43%35.88%-
HSV(B)65.71º51.22%48.24%-
XYZ15.2318.277-
YUV114.0297.51130.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 60 (23.83% from 255) = 20%
R=39%
G=41%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123600.0500.510.5265.7134.4335.88
Hex757B3C503334422224
Octal165173745063641024244
Binary1110101111101111110010101100111101001000010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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