#78A243

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

Shades of Sushi #78A243

Tints of Sushi #78A243

Color information

#78A243 (or 0x78A243) is unknown color: approx Sushi. HEX triplet: 78, A2 and 43. RGB value is (120,162,67). Sum of RGB (Red+Green+Blue) = 120+162+67=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #78A243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A243 is #875DBC. Grayscale: #8A8A8A. Windows color (decimal): -8871357 or 4432504. OLE color: 4432504.

HSL color Cylindrical-coordinate representation of color #78A243: hue angle of 86.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78A243 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB12016267-
CMYK0.2600.590.36
HSL86.53º41.48%44.9%-
HSV(B)86.53º58.64%63.53%-
XYZ21.6830.2410-
YUV138.6187.59114.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=34.38%
G=46.42%
B=19.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162670.2600.590.3686.5341.4844.9
Hex78A2431A03B2457292d
Octal17024210332073441275155
Binary11110001010001010000111101001110111001001010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,67); }

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

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

 a { background-color: rgb(120,162,67); }

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

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

 span { border-color: rgb(120,162,67); }

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