#78B973

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

Shades of Fern #78B973

Tints of Fern #78B973

Color information

#78B973 (or 0x78B973) is unknown color: approx Fern. HEX triplet: 78, B9 and 73. RGB value is (120,185,115). Sum of RGB (Red+Green+Blue) = 120+185+115=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #78B973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B973 is #87468C. Grayscale: #9D9D9D. Windows color (decimal): -8865421 or 7584120. OLE color: 7584120.

HSL color Cylindrical-coordinate representation of color #78B973: hue angle of 115.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78B973 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB120185115-
CMYK0.3500.380.27
HSL115.71º33.33%58.82%-
HSV(B)115.71º37.84%72.55%-
XYZ28.1939.9322.44-
YUV157.58103.97101.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=28.57%
G=44.05%
B=27.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851150.3500.380.27115.7133.3358.82
Hex78B973230261B74213b
Octal17027116343046331644173
Binary11110001011100111100111000110100110110111110100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,115); }

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

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

 a { background-color: rgb(120,185,115); }

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

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

 span { border-color: rgb(120,185,115); }

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