#789E40

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

Shades of Sushi #789E40

Tints of Sushi #789E40

Color information

#789E40 (or 0x789E40) is unknown color: approx Sushi. HEX triplet: 78, 9E and 40. RGB value is (120,158,64). Sum of RGB (Red+Green+Blue) = 120+158+64=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #789E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789E40 is #8761BF. Grayscale: #888888. Windows color (decimal): -8872384 or 4234872. OLE color: 4234872.

HSL color Cylindrical-coordinate representation of color #789E40: hue angle of 84.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #789E40 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB12015864-
CMYK0.2400.590.38
HSL84.26º42.34%43.53%-
HSV(B)84.26º59.49%61.96%-
XYZ20.928.829.31-
YUV135.9287.41116.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=35.09%
G=46.20%
B=18.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120158640.2400.590.3884.2642.3443.53
Hex789E401803B26542a2c
Octal17023610030073461245254
Binary11110001001111010000001100001110111001101010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789E40; }

 p { color: rgb(120,158,64); }

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

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

 a { background-color: rgb(120,158,64); }

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

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

 span { border-color: rgb(120,158,64); }

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