#78aa30

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

Shades of Sushi #78AA30

Tints of Sushi #78AA30

Color information

#78AA30 (or 0x78AA30) is unknown color: approx Sushi. HEX triplet: 78, AA and 30. RGB value is (120,170,48). Sum of RGB (Red+Green+Blue) = 120+170+48=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA30 is #8755CF. Grayscale: #8D8D8D. Windows color (decimal): -8869328 or 3189368. OLE color: 3189368.

HSL color Cylindrical-coordinate representation of color #78AA30: hue angle of 84.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78AA30 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB12017048-
CMYK0.2900.720.33
HSL84.59º55.96%42.75%-
HSV(B)84.59º71.76%66.67%-
XYZ22.6532.967.96-
YUV141.1475.44112.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=35.50%
G=50.30%
B=14.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120170480.2900.720.3384.5955.9642.75
Hex78AA301D0482155382b
Octal17025260350110411257053
Binary11110001010101011000011101010010001000011010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78aa30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,48); }

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

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

 a { background-color: rgb(120,170,48); }

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

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

 span { border-color: rgb(120,170,48); }

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