#759E34

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

Shades of Sushi #759E34

Tints of Sushi #759E34

Color information

#759E34 (or 0x759E34) is unknown color: approx Sushi. HEX triplet: 75, 9E and 34. RGB value is (117,158,52). Sum of RGB (Red+Green+Blue) = 117+158+52=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #759E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759E34 is #8A61CB. Grayscale: #868686. Windows color (decimal): -9069004 or 3448437. OLE color: 3448437.

HSL color Cylindrical-coordinate representation of color #759E34: hue angle of 83.21º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759E34 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB11715852-
CMYK0.2600.670.38
HSL83.21º50.48%41.18%-
HSV(B)83.21º67.09%61.96%-
XYZ20.1828.487.68-
YUV133.6681.92116.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=35.78%
G=48.32%
B=15.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117158520.2600.670.3883.2150.4841.18
Hex759E341A04326533229
Octal16523664320103461236251
Binary11101011001111011010011010010000111001101010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759E34; }

 p { color: rgb(117,158,52); }

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

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

 a { background-color: rgb(117,158,52); }

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

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

 span { border-color: rgb(117,158,52); }

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