#78B475

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

Shades of Fern #78B475

Tints of Fern #78B475

Color information

#78B475 (or 0x78B475) is unknown color: approx Fern. HEX triplet: 78, B4 and 75. RGB value is (120,180,117). Sum of RGB (Red+Green+Blue) = 120+180+117=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #78B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B475 is #874B8A. Grayscale: #9B9B9B. Windows color (decimal): -8866699 or 7713912. OLE color: 7713912.

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

Color convert

RGB120180117-
CMYK0.3300.350.29
HSL117.14º29.58%58.24%-
HSV(B)117.14º35%70.59%-
XYZ27.2837.9222.71-
YUV154.88106.62103.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=28.78%
G=43.17%
B=28.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801170.3300.350.29117.1429.5858.24
Hex78B475210231D751e3a
Octal17026416541043351653672
Binary1111000101101001110101100001010001111101111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,117); }

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

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

 a { background-color: rgb(120,180,117); }

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

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

 span { border-color: rgb(120,180,117); }

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