#78A936

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

Shades of Sushi #78A936

Tints of Sushi #78A936

Color information

#78A936 (or 0x78A936) is unknown color: approx Sushi. HEX triplet: 78, A9 and 36. RGB value is (120,169,54). Sum of RGB (Red+Green+Blue) = 120+169+54=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #78A936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A936 is #8756C9. Grayscale: #8D8D8D. Windows color (decimal): -8869578 or 3582328. OLE color: 3582328.

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

Color convert

RGB12016954-
CMYK0.2900.680.34
HSL85.57º51.57%43.73%-
HSV(B)85.57º68.05%66.27%-
XYZ22.632.648.6-
YUV141.2478.77112.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 54 (21.48% from 255) = 15.74%
R=34.99%
G=49.27%
B=15.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169540.2900.680.3485.5751.5743.73
Hex78A9361D0442256342c
Octal17025166350104421266454
Binary11110001010100111011011101010001001000101010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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