#78A22C

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

Shades of Sushi #78A22C

Tints of Sushi #78A22C

Color information

#78A22C (or 0x78A22C) is unknown color: approx Sushi. HEX triplet: 78, A2 and 2C. RGB value is (120,162,44). Sum of RGB (Red+Green+Blue) = 120+162+44=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #78A22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A22C is #875DD3. Grayscale: #888888. Windows color (decimal): -8871380 or 2925176. OLE color: 2925176.

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

Color convert

RGB12016244-
CMYK0.2600.730.36
HSL81.36º57.28%40.39%-
HSV(B)81.36º72.84%63.53%-
XYZ21.1230.027.06-
YUV135.9976.09116.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=36.81%
G=49.69%
B=13.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162440.2600.730.3681.3657.2840.39
Hex78A22C1A04924513928
Octal17024254320111441217150
Binary11110001010001010110011010010010011001001010001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,44); }

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

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

 a { background-color: rgb(120,162,44); }

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

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

 span { border-color: rgb(120,162,44); }

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