#70BD6D

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

Shades of Fern #70BD6D

Tints of Fern #70BD6D

Color information

#70BD6D (or 0x70BD6D) is unknown color: approx Fern. HEX triplet: 70, BD and 6D. RGB value is (112,189,109). Sum of RGB (Red+Green+Blue) = 112+189+109=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD6D is #8F4292. Grayscale: #9D9D9D. Windows color (decimal): -9388691 or 7191920. OLE color: 7191920.

HSL color Cylindrical-coordinate representation of color #70BD6D: hue angle of 117.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70BD6D is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB112189109-
CMYK0.4100.420.26
HSL117.75º37.74%58.43%-
HSV(B)117.75º42.33%74.12%-
XYZ27.6440.9420.91-
YUV156.86100.9996-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 189 (74.22% from 255) = 46.10%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=27.32%
G=46.10%
B=26.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891090.4100.420.26117.7537.7458.43
Hex70BD6D2902A1A76263a
Octal16027515551052321664672
Binary11100001011110111011011010010101010110101110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,109); }

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

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

 a { background-color: rgb(112,189,109); }

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

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

 span { border-color: rgb(112,189,109); }

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