#78A942

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

Shades of Sushi #78A942

Tints of Sushi #78A942

Color information

#78A942 (or 0x78A942) is unknown color: approx Sushi. HEX triplet: 78, A9 and 42. RGB value is (120,169,66). Sum of RGB (Red+Green+Blue) = 120+169+66=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #78A942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A942 is #8756BD. Grayscale: #8E8E8E. Windows color (decimal): -8869566 or 4368760. OLE color: 4368760.

HSL color Cylindrical-coordinate representation of color #78A942: hue angle of 88.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78A942 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB12016966-
CMYK0.2900.610.34
HSL88.54º43.83%46.08%-
HSV(B)88.54º60.95%66.27%-
XYZ22.9232.7610.27-
YUV142.6184.77111.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=33.80%
G=47.61%
B=18.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169660.2900.610.3488.5443.8346.08
Hex78A9421D03D22592c2e
Octal17025110235075421315456
Binary11110001010100110000101110101111011000101011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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