Html Css Color HEX #77B484 Bay Leaf

📋 copy color: '#77B484'

red 119 ◦ green 180 ◦ blue 132

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

Shades of Bay Leaf #77B484

Tints of Bay Leaf #77B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 132 (51.95% from 255) = 30.63%

R = 27.61%
G = 41.76%
B = 30.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#77B484 (or 0x77B484) is known color: Bay Leaf. HEX triplet: 77, B4 and 84. RGB value is (119,180,132). Sum of RGB (Red+Green+Blue) = 119+180+132=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #77B484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B484 is #884B7B. Grayscale: #9C9C9C. Windows color (decimal): -8932220 or 8696951. OLE color: 8696951.

HSL color Cylindrical-coordinate representation of color #77B484: hue angle of 132.79º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B484 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 132 -
CMYK 0.34 0 0.27 0.29
HSL 132.79º 0.29% 0.59% -
HSV(B) 132.79º 0.34% 0.71% -
XYZ 28.09 38.23 27.73 -
YUV 156.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 119 180 132 0.34 0 0.27 0.29 132.79 0.29 0.59
Hex 77 B4 84 22 0 1B 1D 85 1D 3B
Octal 167 264 204 42 0 33 35 205 35 73
Binary 1110111 10110100 10000100 100010 0 11011 11101 10000101 11101 111011

Color Harmonies of #77B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B484

Black with #77B484

Text Example


Text Example

White with #77B484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,180,132); }

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

background-color css

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

 a { background-color: rgb(119,180,132); }

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

border-color css

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

 span { border-color: rgb(119,180,132); }

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