Html Css Color HEX #78AA80 Bay Leaf

📋 copy color: '#78AA80'

red 120 ◦ green 170 ◦ blue 128

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

Shades of Bay Leaf #78AA80

Tints of Bay Leaf #78AA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 28.71%
G = 40.67%
B = 30.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#78AA80 (or 0x78AA80) is known color: Bay Leaf. HEX triplet: 78, AA and 80. RGB value is (120,170,128). Sum of RGB (Red+Green+Blue) = 120+170+128=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA80 is #87557F. Grayscale: #969696. Windows color (decimal): -8869248 or 8432248. OLE color: 8432248.

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

Color convert

RGB 120 170 128 -
CMYK 0.29 0 0.25 0.33
HSL 129.6º 0.23% 0.57% -
HSV(B) 129.6º 0.29% 0.67% -
XYZ 26.02 34.3 25.67 -
YUV 150.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 120 170 128 0.29 0 0.25 0.33 129.6 0.23 0.57
Hex 78 AA 80 1D 0 19 21 82 17 39
Octal 170 252 200 35 0 31 41 202 27 71
Binary 1111000 10101010 10000000 11101 0 11001 100001 10000010 10111 111001

Color Harmonies of #78AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA80

Black with #78AA80

Text Example


Text Example

White with #78AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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