#758F36

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

Shades of Sushi #758F36

Tints of Sushi #758F36

Color information

#758F36 (or 0x758F36) is unknown color: approx Sushi. HEX triplet: 75, 8F and 36. RGB value is (117,143,54). Sum of RGB (Red+Green+Blue) = 117+143+54=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #758F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F36 is #8A70C9. Grayscale: #7D7D7D. Windows color (decimal): -9072842 or 3575669. OLE color: 3575669.

HSL color Cylindrical-coordinate representation of color #758F36: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758F36 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB11714354-
CMYK0.1800.620.44
HSL77.53º45.18%38.63%-
HSV(B)77.53º62.24%56.08%-
XYZ17.8223.697.12-
YUV125.0887.89122.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=37.26%
G=45.54%
B=17.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117143540.1800.620.4477.5345.1838.63
Hex758F361203E2C4e2d27
Octal1652176622076541165547
Binary1110101100011111101101001001111101011001001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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