#78AA8C

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

Shades of Bay Leaf #78AA8C

Tints of Bay Leaf #78AA8C

Color information

#78AA8C (or 0x78AA8C) is unknown color: approx Bay Leaf. HEX triplet: 78, AA and 8C. RGB value is (120,170,140). Sum of RGB (Red+Green+Blue) = 120+170+140=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA8C is #875573. Grayscale: #979797. Windows color (decimal): -8869236 or 9218680. OLE color: 9218680.

HSL color Cylindrical-coordinate representation of color #78AA8C: hue angle of 144º 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 #78AA8C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB120170140-
CMYK0.2900.180.33
HSL144º22.73%56.86%-
HSV(B)144º29.41%66.67%-
XYZ26.8534.6430.08-
YUV151.63121.44105.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=27.91%
G=39.53%
B=32.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701400.2900.180.3314422.7356.86
Hex78AA8C1D01221901739
Octal17025221435022412202771
Binary11110001010101010001100111010100101000011001000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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