Html Css Color HEX #77AB80 Bay Leaf

📋 copy color: '#77AB80'

red 119 ◦ green 171 ◦ blue 128

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

Shades of Bay Leaf #77AB80

Tints of Bay Leaf #77AB80

RGB

 RED value IS 119 (46.88% from 255) = 28.47%

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 28.47%
G = 40.91%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#77AB80 (or 0x77AB80) is known color: Bay Leaf. HEX triplet: 77, AB and 80. RGB value is (119,171,128). Sum of RGB (Red+Green+Blue) = 119+171+128=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB80 is #88547F. Grayscale: #969696. Windows color (decimal): -8934528 or 8432503. OLE color: 8432503.

HSL color Cylindrical-coordinate representation of color #77AB80: hue angle of 130.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB80 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 171 128 -
CMYK 0.30 0 0.25 0.33
HSL 130.38º 0.24% 0.57% -
HSV(B) 130.38º 0.3% 0.67% -
XYZ 26.07 34.61 25.73 -
YUV 150.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 119 171 128 0.30 0 0.25 0.33 130.38 0.24 0.57
Hex 77 AB 80 1E 0 19 21 82 18 39
Octal 167 253 200 36 0 31 41 202 30 71
Binary 1110111 10101011 10000000 11110 0 11001 100001 10000010 11000 111001

Color Harmonies of #77AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AB80

Black with #77AB80

Text Example


Text Example

White with #77AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AB80; }

 p { color: rgb(119,171,128); }

 H1.HeaderClassName
 {
   color: #77AB80;
 }
 .AnyTagClassName
 {
   color: #77AB80;
 }
</style>

background-color css

<style>
 a { background-color: #77AB80; }

 a { background-color: rgb(119,171,128); }

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

border-color css

<style>
 span { border-color: #77AB80; }

 span { border-color: rgb(119,171,128); }

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