#70BA73

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

Shades of Fern #70BA73

Tints of Fern #70BA73

Color information

#70BA73 (or 0x70BA73) is unknown color: approx Fern. HEX triplet: 70, BA and 73. RGB value is (112,186,115). Sum of RGB (Red+Green+Blue) = 112+186+115=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA73 is #8F458C. Grayscale: #9B9B9B. Windows color (decimal): -9389453 or 7584368. OLE color: 7584368.

HSL color Cylindrical-coordinate representation of color #70BA73: hue angle of 122.43º 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 #70BA73 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB112186115-
CMYK0.4000.380.27
HSL122.43º34.91%58.43%-
HSV(B)122.43º39.78%72.94%-
XYZ27.3439.822.46-
YUV155.78104.9896.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=27.12%
G=45.04%
B=27.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861150.4000.380.27122.4334.9158.43
Hex70BA73280261B7a233a
Octal16027216350046331724372
Binary11100001011101011100111010000100110110111111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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