#789940

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

Shades of Sushi #789940

Tints of Sushi #789940

Color information

#789940 (or 0x789940) is unknown color: approx Sushi. HEX triplet: 78, 99 and 40. RGB value is (120,153,64). Sum of RGB (Red+Green+Blue) = 120+153+64=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #789940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789940 is #8766BF. Grayscale: #858585. Windows color (decimal): -8873664 or 4233592. OLE color: 4233592.

HSL color Cylindrical-coordinate representation of color #789940: hue angle of 82.25º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #789940 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB12015364-
CMYK0.2200.580.4
HSL82.25º41.01%42.55%-
HSV(B)82.25º58.17%60%-
XYZ20.0627.159.03-
YUV132.9989.07118.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=35.61%
G=45.40%
B=18.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120153640.2200.580.482.2541.0142.55
Hex7899401603A2852292b
Octal17023110026072501225153
Binary11110001001100110000001011001110101010001010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789940; }

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

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

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

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

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

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

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

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