Html Css Color HEX #78AA31 Sushi

📋 copy color: '#78AA31'

red 120 ◦ green 170 ◦ blue 49

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

Shades of Sushi #78AA31

Tints of Sushi #78AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 35.4%
G = 50.15%
B = 14.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#78AA31 (or 0x78AA31) is known color: Sushi. HEX triplet: 78, AA and 31. RGB value is (120,170,49). Sum of RGB (Red+Green+Blue) = 120+170+49=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA31 is #8755CE. Grayscale: #8D8D8D. Windows color (decimal): -8869327 or 3254904. OLE color: 3254904.

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

Color convert

RGB 120 170 49 -
CMYK 0.29 0 0.71 0.33
HSL 84.79º 0.55% 0.43% -
HSV(B) 84.79º 0.71% 0.67% -
XYZ 22.67 32.96 8.07 -
YUV 141.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 120 170 49 0.29 0 0.71 0.33 84.79 0.55 0.43
Hex 78 AA 31 1D 0 47 21 55 37 2B
Octal 170 252 61 35 0 107 41 125 67 53
Binary 1111000 10101010 110001 11101 0 1000111 100001 1010101 110111 101011

Color Harmonies of #78AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA31

Black with #78AA31

Text Example


Text Example

White with #78AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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