#78A53C

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

Shades of Sushi #78A53C

Tints of Sushi #78A53C

Color information

#78A53C (or 0x78A53C) is unknown color: approx Sushi. HEX triplet: 78, A5 and 3C. RGB value is (120,165,60). Sum of RGB (Red+Green+Blue) = 120+165+60=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #78A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A53C is #875AC3. Grayscale: #8B8B8B. Windows color (decimal): -8870596 or 3974520. OLE color: 3974520.

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

Color convert

RGB12016560-
CMYK0.2700.640.35
HSL85.71º46.67%44.12%-
HSV(B)85.71º63.64%64.71%-
XYZ22.0231.239.14-
YUV139.5783.09114.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=34.78%
G=47.83%
B=17.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165600.2700.640.3585.7146.6744.12
Hex78A53C1B04023562f2c
Octal17024574330100431265754
Binary11110001010010111110011011010000001000111010110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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