#78A932

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

Shades of Sushi #78A932

Tints of Sushi #78A932

Color information

#78A932 (or 0x78A932) is unknown color: approx Sushi. HEX triplet: 78, A9 and 32. RGB value is (120,169,50). Sum of RGB (Red+Green+Blue) = 120+169+50=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #78A932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A932 is #8756CD. Grayscale: #8D8D8D. Windows color (decimal): -8869582 or 3320184. OLE color: 3320184.

HSL color Cylindrical-coordinate representation of color #78A932: hue angle of 84.71º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78A932 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB12016950-
CMYK0.2900.700.34
HSL84.71º54.34%42.94%-
HSV(B)84.71º70.41%66.27%-
XYZ22.5132.68.12-
YUV140.7876.77113.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=35.40%
G=49.85%
B=14.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169500.2900.700.3484.7154.3442.94
Hex78A9321D0462255362b
Octal17025162350106421256653
Binary11110001010100111001011101010001101000101010101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A932; }

 p { color: rgb(120,169,50); }

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

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

 a { background-color: rgb(120,169,50); }

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

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

 span { border-color: rgb(120,169,50); }

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