#70C06D

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

Shades of Fern #70C06D

Tints of Fern #70C06D

Color information

#70C06D (or 0x70C06D) is unknown color: approx Fern. HEX triplet: 70, C0 and 6D. RGB value is (112,192,109). Sum of RGB (Red+Green+Blue) = 112+192+109=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #70C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C06D is #8F3F92. Grayscale: #9E9E9E. Windows color (decimal): -9387923 or 7192688. OLE color: 7192688.

HSL color Cylindrical-coordinate representation of color #70C06D: hue angle of 117.83º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C06D is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB112192109-
CMYK0.4200.430.25
HSL117.83º39.71%59.02%-
HSV(B)117.83º43.23%75.29%-
XYZ28.2942.2521.13-
YUV158.6210094.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=27.12%
G=46.49%
B=26.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121921090.4200.430.25117.8339.7159.02
Hex70C06D2A02B1976283b
Octal16030015552053311665073
Binary11100001100000011011011010100101011110011110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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