#78AE8C

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

Shades of Bay Leaf #78AE8C

Tints of Bay Leaf #78AE8C

Color information

#78AE8C (or 0x78AE8C) is unknown color: approx Bay Leaf. HEX triplet: 78, AE and 8C. RGB value is (120,174,140). Sum of RGB (Red+Green+Blue) = 120+174+140=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE8C is #875173. Grayscale: #9A9A9A. Windows color (decimal): -8868212 or 9219704. OLE color: 9219704.

HSL color Cylindrical-coordinate representation of color #78AE8C: hue angle of 142.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE8C is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB120174140-
CMYK0.3100.200.32
HSL142.22º25%57.65%-
HSV(B)142.22º31.03%68.24%-
XYZ27.6236.1630.33-
YUV153.98120.11103.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=27.65%
G=40.09%
B=32.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741400.3100.200.32142.222557.65
Hex78AE8C1F014208e193a
Octal17025621437024402163172
Binary11110001010111010001100111110101001000001000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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