#78A52E

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

Shades of Sushi #78A52E

Tints of Sushi #78A52E

Color information

#78A52E (or 0x78A52E) is unknown color: approx Sushi. HEX triplet: 78, A5 and 2E. RGB value is (120,165,46). Sum of RGB (Red+Green+Blue) = 120+165+46=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #78A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A52E is #875AD1. Grayscale: #8A8A8A. Windows color (decimal): -8870610 or 3057016. OLE color: 3057016.

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

Color convert

RGB12016546-
CMYK0.2700.720.35
HSL82.69º56.4%41.37%-
HSV(B)82.69º72.12%64.71%-
XYZ21.6931.17.44-
YUV137.9876.09115.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=36.25%
G=49.85%
B=13.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165460.2700.720.3582.6956.441.37
Hex78A52E1B04823533829
Octal17024556330110431237051
Binary11110001010010110111011011010010001000111010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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