#78B681

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

Shades of Bay Leaf #78B681

Tints of Bay Leaf #78B681

Color information

#78B681 (or 0x78B681) is unknown color: approx Bay Leaf. HEX triplet: 78, B6 and 81. RGB value is (120,182,129). Sum of RGB (Red+Green+Blue) = 120+182+129=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #78B681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B681 is #87497E. Grayscale: #9D9D9D. Windows color (decimal): -8866175 or 8500856. OLE color: 8500856.

HSL color Cylindrical-coordinate representation of color #78B681: hue angle of 128.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B681 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB120182129-
CMYK0.3400.290.29
HSL128.71º29.81%59.22%-
HSV(B)128.71º34.07%71.37%-
XYZ28.4439.0326.8-
YUV157.42111.96101.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=27.84%
G=42.23%
B=29.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201821290.3400.290.29128.7129.8159.22
Hex78B6812201D1D811e3b
Octal17026620142035352013673
Binary11110001011011010000001100010011101111011000000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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