#70BA6C

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

Shades of Fern #70BA6C

Tints of Fern #70BA6C

Color information

#70BA6C (or 0x70BA6C) is unknown color: approx Fern. HEX triplet: 70, BA and 6C. RGB value is (112,186,108). Sum of RGB (Red+Green+Blue) = 112+186+108=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA6C is #8F4593. Grayscale: #9B9B9B. Windows color (decimal): -9389460 or 7125616. OLE color: 7125616.

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

Color convert

RGB112186108-
CMYK0.4000.420.27
HSL116.92º36.11%57.65%-
HSV(B)116.92º41.94%72.94%-
XYZ26.9539.6520.42-
YUV154.98101.4897.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=27.59%
G=45.81%
B=26.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861080.4000.420.27116.9236.1157.65
Hex70BA6C2802A1B75243a
Octal16027215450052331654472
Binary11100001011101011011001010000101010110111110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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