#758F39

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

Shades of Sushi #758F39

Tints of Sushi #758F39

Color information

#758F39 (or 0x758F39) is unknown color: approx Sushi. HEX triplet: 75, 8F and 39. RGB value is (117,143,57). Sum of RGB (Red+Green+Blue) = 117+143+57=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #758F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F39 is #8A70C6. Grayscale: #7D7D7D. Windows color (decimal): -9072839 or 3772277. OLE color: 3772277.

HSL color Cylindrical-coordinate representation of color #758F39: hue angle of 78.14º 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 #758F39 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB11714357-
CMYK0.1800.600.44
HSL78.14º43%39.22%-
HSV(B)78.14º60.14%56.08%-
XYZ17.923.727.51-
YUV125.4289.39121.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=36.91%
G=45.11%
B=17.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117143570.1800.600.4478.144339.22
Hex758F391203C2C4e2b27
Octal1652177122074541165347
Binary1110101100011111110011001001111001011001001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F39; }

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

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

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

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

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

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

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

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