#78A343

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

Shades of Sushi #78A343

Tints of Sushi #78A343

Color information

#78A343 (or 0x78A343) is unknown color: approx Sushi. HEX triplet: 78, A3 and 43. RGB value is (120,163,67). Sum of RGB (Red+Green+Blue) = 120+163+67=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #78A343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A343 is #875CBC. Grayscale: #8B8B8B. Windows color (decimal): -8871101 or 4432760. OLE color: 4432760.

HSL color Cylindrical-coordinate representation of color #78A343: hue angle of 86.88º degrees, saturation: 0.42, 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 #78A343 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB12016367-
CMYK0.2600.590.36
HSL86.88º41.74%45.1%-
HSV(B)86.88º58.9%63.92%-
XYZ21.8630.5910.06-
YUV139.287.25114.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 67 (26.56% from 255) = 19.14%
R=34.29%
G=46.57%
B=19.14%

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
Decimal120163670.2600.590.3686.8841.7445.1
Hex78A3431A03B24572a2d
Octal17024310332073441275255
Binary11110001010001110000111101001110111001001010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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