#78AE81

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

Shades of Bay Leaf #78AE81

Tints of Bay Leaf #78AE81

Color information

#78AE81 (or 0x78AE81) is unknown color: approx Bay Leaf. HEX triplet: 78, AE and 81. RGB value is (120,174,129). Sum of RGB (Red+Green+Blue) = 120+174+129=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE81 is #87517E. Grayscale: #989898. Windows color (decimal): -8868223 or 8498808. OLE color: 8498808.

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

Color convert

RGB120174129-
CMYK0.3100.260.32
HSL130º25%57.65%-
HSV(B)130º31.03%68.24%-
XYZ26.8435.8526.27-
YUV152.72114.61104.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=28.37%
G=41.13%
B=30.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741290.3100.260.321302557.65
Hex78AE811F01A2082193a
Octal17025620137032402023172
Binary11110001010111010000001111110110101000001000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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