#789D2A

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

Shades of Sushi #789D2A

Tints of Sushi #789D2A

Color information

#789D2A (or 0x789D2A) is unknown color: approx Sushi. HEX triplet: 78, 9D and 2A. RGB value is (120,157,42). Sum of RGB (Red+Green+Blue) = 120+157+42=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #789D2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D2A is #8762D5. Grayscale: #858585. Windows color (decimal): -8872662 or 2792824. OLE color: 2792824.

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

Color convert

RGB12015742-
CMYK0.2400.730.38
HSL79.3º57.79%39.02%-
HSV(B)79.3º73.25%61.57%-
XYZ20.2228.276.58-
YUV132.8376.74118.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=37.62%
G=49.22%
B=13.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120157420.2400.730.3879.357.7939.02
Hex789D2A18049264f3a27
Octal17023552300111461177247
Binary11110001001110110101011000010010011001101001111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,157,42); }

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

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

 a { background-color: rgb(120,157,42); }

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

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

 span { border-color: rgb(120,157,42); }

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