#757B3D

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

Shades of Crete #757B3D

Tints of Crete #757B3D

Color information

#757B3D (or 0x757B3D) is unknown color: approx Crete. HEX triplet: 75, 7B and 3D. RGB value is (117,123,61). Sum of RGB (Red+Green+Blue) = 117+123+61=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #757B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B3D is #8A84C2. Grayscale: #727272. Windows color (decimal): -9077955 or 4029301. OLE color: 4029301.

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

Color convert

RGB11712361-
CMYK0.0500.500.52
HSL65.81º33.7%36.08%-
HSV(B)65.81º50.41%48.24%-
XYZ15.2618.287.14-
YUV114.1498.01130.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=38.87%
G=40.86%
B=20.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123610.0500.500.5265.8133.736.08
Hex757B3D503234422224
Octal165173755062641024244
Binary1110101111101111110110101100101101001000010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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