Html Css Color HEX #77BB82 Bay Leaf

📋 copy color: '#77BB82'

red 119 ◦ green 187 ◦ blue 130

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

Shades of Bay Leaf #77BB82

Tints of Bay Leaf #77BB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 27.29%
G = 42.89%
B = 29.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#77BB82 (or 0x77BB82) is known color: Bay Leaf. HEX triplet: 77, BB and 82. RGB value is (119,187,130). Sum of RGB (Red+Green+Blue) = 119+187+130=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB82 is #88447D. Grayscale: #A0A0A0. Windows color (decimal): -8930430 or 8567671. OLE color: 8567671.

HSL color Cylindrical-coordinate representation of color #77BB82: hue angle of 129.71º 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 #77BB82 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 187 130 -
CMYK 0.36 0 0.30 0.27
HSL 129.71º 0.33% 0.6% -
HSV(B) 129.71º 0.36% 0.73% -
XYZ 29.41 41.07 27.5 -
YUV 160.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 119 187 130 0.36 0 0.30 0.27 129.71 0.33 0.6
Hex 77 BB 82 24 0 1E 1B 82 21 3C
Octal 167 273 202 44 0 36 33 202 41 74
Binary 1110111 10111011 10000010 100100 0 11110 11011 10000010 100001 111100

Color Harmonies of #77BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BB82

Black with #77BB82

Text Example


Text Example

White with #77BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,187,130); }

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

background-color css

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

 a { background-color: rgb(119,187,130); }

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

border-color css

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

 span { border-color: rgb(119,187,130); }

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