Html Css Color HEX #78AA40 Sushi

📋 copy color: '#78AA40'

red 120 ◦ green 170 ◦ blue 64

#78AA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #78AA40

Tints of Sushi #78AA40

RGB

 RED value IS 120 (47.27% from 255) = 33.9%

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 33.9%
G = 48.02%
B = 18.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#78AA40 (or 0x78AA40) is known color: Sushi. HEX triplet: 78, AA and 40. RGB value is (120,170,64). Sum of RGB (Red+Green+Blue) = 120+170+64=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA40 is #8755BF. Grayscale: #8F8F8F. Windows color (decimal): -8869312 or 4237944. OLE color: 4237944.

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

Color convert

RGB 120 170 64 -
CMYK 0.29 0 0.62 0.33
HSL 88.3º 0.45% 0.46% -
HSV(B) 88.3º 0.62% 0.67% -
XYZ 23.05 33.11 10.03 -
YUV 142.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 120 170 64 0.29 0 0.62 0.33 88.3 0.45 0.46
Hex 78 AA 40 1D 0 3E 21 58 2D 2E
Octal 170 252 100 35 0 76 41 130 55 56
Binary 1111000 10101010 1000000 11101 0 111110 100001 1011000 101101 101110

Color Harmonies of #78AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA40

Black with #78AA40

Text Example


Text Example

White with #78AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AA40;
 }
 .AnyTagClassName
 {
   color: #78AA40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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