#78A329

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

Shades of Sushi #78A329

Tints of Sushi #78A329

Color information

#78A329 (or 0x78A329) is unknown color: approx Sushi. HEX triplet: 78, A3 and 29. RGB value is (120,163,41). Sum of RGB (Red+Green+Blue) = 120+163+41=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #78A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A329 is #875CD6. Grayscale: #888888. Windows color (decimal): -8871127 or 2728824. OLE color: 2728824.

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

Color convert

RGB12016341-
CMYK0.2600.750.36
HSL81.15º59.8%40%-
HSV(B)81.15º74.85%63.92%-
XYZ21.2430.356.84-
YUV136.2374.25116.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 41 (16.41% from 255) = 12.65%
R=37.04%
G=50.31%
B=12.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120163410.2600.750.3681.1559.840
Hex78A3291A04B24513c28
Octal17024351320113441217450
Binary11110001010001110100111010010010111001001010001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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