#77AA89

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

Shades of Bay Leaf #77AA89

Tints of Bay Leaf #77AA89

Color information

#77AA89 (or 0x77AA89) is unknown color: approx Bay Leaf. HEX triplet: 77, AA and 89. RGB value is (119,170,137). Sum of RGB (Red+Green+Blue) = 119+170+137=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA89 is #885576. Grayscale: #979797. Windows color (decimal): -8934775 or 9022071. OLE color: 9022071.

HSL color Cylindrical-coordinate representation of color #77AA89: hue angle of 141.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA89 is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB119170137-
CMYK0.300.190.33
HSL141.18º23.08%56.67%-
HSV(B)141.18º30%66.67%-
XYZ26.534.4828.93-
YUV150.99120.1105.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=27.93%
G=39.91%
B=32.16%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701370.300.190.33141.1823.0856.67
Hex77AA891E013218d1739
Octal16725221136023412152771
Binary11101111010101010001001111100100111000011000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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