#78B776

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

Shades of Fern #78B776

Tints of Fern #78B776

Color information

#78B776 (or 0x78B776) is unknown color: approx Fern. HEX triplet: 78, B7 and 76. RGB value is (120,183,118). Sum of RGB (Red+Green+Blue) = 120+183+118=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #78B776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B776 is #874889. Grayscale: #9C9C9C. Windows color (decimal): -8865930 or 7780216. OLE color: 7780216.

HSL color Cylindrical-coordinate representation of color #78B776: hue angle of 118.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78B776 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB120183118-
CMYK0.3400.360.28
HSL118.15º31.1%59.02%-
HSV(B)118.15º35.52%71.76%-
XYZ27.9539.1723.23-
YUV156.75106.13101.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=28.50%
G=43.47%
B=28.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201831180.3400.360.28118.1531.159.02
Hex78B776220241C761f3b
Octal17026716642044341663773
Binary1111000101101111110110100010010010011100111011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,118); }

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

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

 a { background-color: rgb(120,183,118); }

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

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

 span { border-color: rgb(120,183,118); }

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