#77A289

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

Shades of Bay Leaf #77A289

Tints of Bay Leaf #77A289

Color information

#77A289 (or 0x77A289) is unknown color: approx Bay Leaf. HEX triplet: 77, A2 and 89. RGB value is (119,162,137). Sum of RGB (Red+Green+Blue) = 119+162+137=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #77A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A289 is #885D76. Grayscale: #929292. Windows color (decimal): -8936823 or 9020023. OLE color: 9020023.

HSL color Cylindrical-coordinate representation of color #77A289: hue angle of 145.12º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A289 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB119162137-
CMYK0.2700.150.36
HSL145.12º18.78%55.1%-
HSV(B)145.12º26.54%63.53%-
XYZ25.0431.5728.44-
YUV146.29122.75108.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=28.47%
G=38.76%
B=32.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191621370.2700.150.36145.1218.7855.1
Hex77A2891B0F24911337
Octal16724221133017442212367
Binary1110111101000101000100111011011111001001001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,137); }

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

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

 a { background-color: rgb(119,162,137); }

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

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

 span { border-color: rgb(119,162,137); }

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