#759039

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

Shades of Sushi #759039

Tints of Sushi #759039

Color information

#759039 (or 0x759039) is unknown color: approx Sushi. HEX triplet: 75, 90 and 39. RGB value is (117,144,57). Sum of RGB (Red+Green+Blue) = 117+144+57=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #759039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759039 is #8A6FC6. Grayscale: #7E7E7E. Windows color (decimal): -9072583 or 3772533. OLE color: 3772533.

HSL color Cylindrical-coordinate representation of color #759039: hue angle of 78.62º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #759039 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB11714457-
CMYK0.1900.600.44
HSL78.62º43.28%39.41%-
HSV(B)78.62º60.42%56.47%-
XYZ18.0524.027.56-
YUV126.0189.05121.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=36.79%
G=45.28%
B=17.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144570.1900.600.4478.6243.2839.41
Hex7590391303C2C4f2b27
Octal1652207123074541175347
Binary1110101100100001110011001101111001011001001111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759039; }

 p { color: rgb(117,144,57); }

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

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

 a { background-color: rgb(117,144,57); }

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

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

 span { border-color: rgb(117,144,57); }

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