#789B40

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

Shades of Sushi #789B40

Tints of Sushi #789B40

Color information

#789B40 (or 0x789B40) is unknown color: approx Sushi. HEX triplet: 78, 9B and 40. RGB value is (120,155,64). Sum of RGB (Red+Green+Blue) = 120+155+64=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #789B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789B40 is #8764BF. Grayscale: #868686. Windows color (decimal): -8873152 or 4234104. OLE color: 4234104.

HSL color Cylindrical-coordinate representation of color #789B40: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #789B40 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB12015564-
CMYK0.2300.590.39
HSL83.08º41.55%42.94%-
HSV(B)83.08º58.71%60.78%-
XYZ20.3927.819.14-
YUV134.1688.4117.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=35.40%
G=45.72%
B=18.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120155640.2300.590.3983.0841.5542.94
Hex789B401703B27532a2b
Octal17023310027073471235253
Binary11110001001101110000001011101110111001111010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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