#78AE84

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

Shades of Bay Leaf #78AE84

Tints of Bay Leaf #78AE84

Color information

#78AE84 (or 0x78AE84) is unknown color: approx Bay Leaf. HEX triplet: 78, AE and 84. RGB value is (120,174,132). Sum of RGB (Red+Green+Blue) = 120+174+132=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE84 is #87517B. Grayscale: #999999. Windows color (decimal): -8868220 or 8695416. OLE color: 8695416.

HSL color Cylindrical-coordinate representation of color #78AE84: hue angle of 133.33º 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 #78AE84 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB120174132-
CMYK0.3100.240.32
HSL133.33º25%57.65%-
HSV(B)133.33º31.03%68.24%-
XYZ27.0535.9327.34-
YUV153.07116.11104.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=28.17%
G=40.85%
B=30.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741320.3100.240.32133.332557.65
Hex78AE841F0182085193a
Octal17025620437030402053172
Binary11110001010111010000100111110110001000001000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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