#70BA7D

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

Shades of Fern #70BA7D

Tints of Fern #70BA7D

Color information

#70BA7D (or 0x70BA7D) is unknown color: approx Fern. HEX triplet: 70, BA and 7D. RGB value is (112,186,125). Sum of RGB (Red+Green+Blue) = 112+186+125=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7D is #8F4582. Grayscale: #9D9D9D. Windows color (decimal): -9389443 or 8239728. OLE color: 8239728.

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

Color convert

RGB112186125-
CMYK0.4000.330.27
HSL130.54º34.91%58.43%-
HSV(B)130.54º39.78%72.94%-
XYZ27.9440.0425.66-
YUV156.92109.9895.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=26.48%
G=43.97%
B=29.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861250.4000.330.27130.5434.9158.43
Hex70BA7D280211B83233a
Octal16027217550041332034372
Binary111000010111010111110110100001000011101110000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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