#78A52A

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

Shades of Sushi #78A52A

Tints of Sushi #78A52A

Color information

#78A52A (or 0x78A52A) is unknown color: approx Sushi. HEX triplet: 78, A5 and 2A. RGB value is (120,165,42). Sum of RGB (Red+Green+Blue) = 120+165+42=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #78A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A52A is #875AD5. Grayscale: #898989. Windows color (decimal): -8870614 or 2794872. OLE color: 2794872.

HSL color Cylindrical-coordinate representation of color #78A52A: hue angle of 81.95º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78A52A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB12016542-
CMYK0.2700.750.35
HSL81.95º59.42%40.59%-
HSV(B)81.95º74.55%64.71%-
XYZ21.6231.077.05-
YUV137.5274.09115.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=36.70%
G=50.46%
B=12.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165420.2700.750.3581.9559.4240.59
Hex78A52A1B04B23523b29
Octal17024552330113431227351
Binary11110001010010110101011011010010111000111010010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,42); }

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

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

 a { background-color: rgb(120,165,42); }

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

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

 span { border-color: rgb(120,165,42); }

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