Html Css Color HEX #77BF86 Bay Leaf

📋 copy color: '#77BF86'

red 119 ◦ green 191 ◦ blue 134

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

Shades of Bay Leaf #77BF86

Tints of Bay Leaf #77BF86

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 26.8%
G = 43.02%
B = 30.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#77BF86 (or 0x77BF86) is known color: Bay Leaf. HEX triplet: 77, BF and 86. RGB value is (119,191,134). Sum of RGB (Red+Green+Blue) = 119+191+134=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF86 is #884079. Grayscale: #A3A3A3. Windows color (decimal): -8929402 or 8830839. OLE color: 8830839.

HSL color Cylindrical-coordinate representation of color #77BF86: hue angle of 132.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BF86 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 134 -
CMYK 0.38 0 0.30 0.25
HSL 132.5º 0.36% 0.61% -
HSV(B) 132.5º 0.38% 0.75% -
XYZ 30.54 42.9 29.23 -
YUV 162.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 119 191 134 0.38 0 0.30 0.25 132.5 0.36 0.61
Hex 77 BF 86 26 0 1E 19 84 24 3D
Octal 167 277 206 46 0 36 31 204 44 75
Binary 1110111 10111111 10000110 100110 0 11110 11001 10000100 100100 111101

Color Harmonies of #77BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF86

Black with #77BF86

Text Example


Text Example

White with #77BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,134); }

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

background-color css

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

 a { background-color: rgb(119,191,134); }

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

border-color css

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

 span { border-color: rgb(119,191,134); }

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