#78A13E

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

Shades of Sushi #78A13E

Tints of Sushi #78A13E

Color information

#78A13E (or 0x78A13E) is unknown color: approx Sushi. HEX triplet: 78, A1 and 3E. RGB value is (120,161,62). Sum of RGB (Red+Green+Blue) = 120+161+62=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #78A13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A13E is #875EC1. Grayscale: #898989. Windows color (decimal): -8871618 or 4104568. OLE color: 4104568.

HSL color Cylindrical-coordinate representation of color #78A13E: hue angle of 84.85º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78A13E is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB12016162-
CMYK0.2500.610.37
HSL84.85º44.39%43.73%-
HSV(B)84.85º61.49%63.14%-
XYZ21.3629.839.19-
YUV137.4685.42115.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=34.99%
G=46.94%
B=18.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120161620.2500.610.3784.8544.3943.73
Hex78A13E1903D25552c2c
Octal1702417631075451255454
Binary1111000101000011111101100101111011001011010101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,161,62); }

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

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

 a { background-color: rgb(120,161,62); }

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

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

 span { border-color: rgb(120,161,62); }

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