Html Css Color HEX #77BA80 Bay Leaf

📋 copy color: '#77BA80'

red 119 ◦ green 186 ◦ blue 128

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

Shades of Bay Leaf #77BA80

Tints of Bay Leaf #77BA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

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

R = 27.48%
G = 42.96%
B = 29.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#77BA80 (or 0x77BA80) is known color: Bay Leaf. HEX triplet: 77, BA and 80. RGB value is (119,186,128). Sum of RGB (Red+Green+Blue) = 119+186+128=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA80 is #88457F. Grayscale: #9F9F9F. Windows color (decimal): -8930688 or 8436343. OLE color: 8436343.

HSL color Cylindrical-coordinate representation of color #77BA80: hue angle of 128.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA80 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 186 128 -
CMYK 0.36 0 0.31 0.27
HSL 128.06º 0.33% 0.6% -
HSV(B) 128.06º 0.36% 0.73% -
XYZ 29.06 40.6 26.73 -
YUV 159.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 119 186 128 0.36 0 0.31 0.27 128.06 0.33 0.6
Hex 77 BA 80 24 0 1F 1B 80 21 3C
Octal 167 272 200 44 0 37 33 200 41 74
Binary 1110111 10111010 10000000 100100 0 11111 11011 10000000 100001 111100

Color Harmonies of #77BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA80

Black with #77BA80

Text Example


Text Example

White with #77BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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