#77B482

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

Shades of Bay Leaf #77B482

Tints of Bay Leaf #77B482

Color information

#77B482 (or 0x77B482) is unknown color: approx Bay Leaf. HEX triplet: 77, B4 and 82. RGB value is (119,180,130). Sum of RGB (Red+Green+Blue) = 119+180+130=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #77B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B482 is #884B7D. Grayscale: #9C9C9C. Windows color (decimal): -8932222 or 8565879. OLE color: 8565879.

HSL color Cylindrical-coordinate representation of color #77B482: hue angle of 130.82º 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 #77B482 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB119180130-
CMYK0.3400.280.29
HSL130.82º28.91%58.63%-
HSV(B)130.82º33.89%70.59%-
XYZ27.9638.1827.01-
YUV156.06113.29101.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=27.74%
G=41.96%
B=30.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801300.3400.280.29130.8228.9158.63
Hex77B4822201C1D831d3b
Octal16726420242034352033573
Binary11101111011010010000010100010011100111011000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B482;
 }
 .AnyTagClassName
 {
   color: #77B482;
 }
</style>
background-color css

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

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

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

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

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

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