#77A989

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

Shades of Bay Leaf #77A989

Tints of Bay Leaf #77A989

Color information

#77A989 (or 0x77A989) is unknown color: approx Bay Leaf. HEX triplet: 77, A9 and 89. RGB value is (119,169,137). Sum of RGB (Red+Green+Blue) = 119+169+137=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #77A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A989 is #885676. Grayscale: #969696. Windows color (decimal): -8935031 or 9021815. OLE color: 9021815.

HSL color Cylindrical-coordinate representation of color #77A989: hue angle of 141.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A989 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB119169137-
CMYK0.3000.190.34
HSL141.6º22.52%56.47%-
HSV(B)141.6º29.59%66.27%-
XYZ26.3134.128.86-
YUV150.4120.44105.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=28%
G=39.76%
B=32.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191691370.3000.190.34141.622.5256.47
Hex77A9891E013228e1738
Octal16725121136023422162770
Binary11101111010100110001001111100100111000101000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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