#789C20

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

Shades of Sushi #789C20

Tints of Sushi #789C20

Color information

#789C20 (or 0x789C20) is unknown color: approx Sushi. HEX triplet: 78, 9C and 20. RGB value is (120,156,32). Sum of RGB (Red+Green+Blue) = 120+156+32=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #789C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789C20 is #8763DF. Grayscale: #838383. Windows color (decimal): -8872928 or 2137208. OLE color: 2137208.

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

Color convert

RGB12015632-
CMYK0.2300.790.39
HSL77.42º65.96%36.86%-
HSV(B)77.42º79.49%61.18%-
XYZ19.8927.875.7-
YUV131.172.07120.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 156 (61.33% from 255) = 50.65%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=38.96%
G=50.65%
B=10.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120156320.2300.790.3977.4265.9636.86
Hex789C201704F274d4225
Octal170234402701174711510245
Binary111100010011100100000101110100111110011110011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,156,32); }

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

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

 a { background-color: rgb(120,156,32); }

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

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

 span { border-color: rgb(120,156,32); }

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