#77B484

Color #77B484 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #77B484

Tints of Bay Leaf #77B484

Color information

#77B484 (or 0x77B484) is unknown color: approx 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

RGB119180132-
CMYK0.3400.270.29
HSL132.79º28.91%58.63%-
HSV(B)132.79º33.89%70.59%-
XYZ28.0938.2327.73-
YUV156.29114.29101.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801320.3400.270.29132.7928.9158.63
Hex77B4842201B1D851d3b
Octal16726420442033352053573
Binary11101111011010010000100100010011011111011000010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>