#78AA89

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

Shades of Bay Leaf #78AA89

Tints of Bay Leaf #78AA89

Color information

#78AA89 (or 0x78AA89) is unknown color: approx Bay Leaf. HEX triplet: 78, AA and 89. RGB value is (120,170,137). Sum of RGB (Red+Green+Blue) = 120+170+137=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA89 is #875576. Grayscale: #979797. Windows color (decimal): -8869239 or 9022072. OLE color: 9022072.

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

Color convert

RGB120170137-
CMYK0.2900.190.33
HSL140.4º22.73%56.86%-
HSV(B)140.4º29.41%66.67%-
XYZ26.6434.5528.93-
YUV151.29119.94105.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=28.10%
G=39.81%
B=32.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701370.2900.190.33140.422.7356.86
Hex78AA891D013218c1739
Octal17025221135023412142771
Binary11110001010101010001001111010100111000011000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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