#70BA78

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

Shades of Fern #70BA78

Tints of Fern #70BA78

Color information

#70BA78 (or 0x70BA78) is unknown color: approx Fern. HEX triplet: 70, BA and 78. RGB value is (112,186,120). Sum of RGB (Red+Green+Blue) = 112+186+120=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA78 is #8F4587. Grayscale: #9C9C9C. Windows color (decimal): -9389448 or 7912048. OLE color: 7912048.

HSL color Cylindrical-coordinate representation of color #70BA78: hue angle of 126.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA78 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB112186120-
CMYK0.4000.350.27
HSL126.49º34.91%58.43%-
HSV(B)126.49º39.78%72.94%-
XYZ27.6339.9224.02-
YUV156.35107.4896.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=26.79%
G=44.50%
B=28.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861200.4000.350.27126.4934.9158.43
Hex70BA78280231B7e233a
Octal16027217050043331764372
Binary11100001011101011110001010000100011110111111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BA78; }

 p { color: rgb(112,186,120); }

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

<style>
 a { background-color: #70BA78; }

 a { background-color: rgb(112,186,120); }

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

<style>
 span { border-color: #70BA78; }

 span { border-color: rgb(112,186,120); }

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