#70C079

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

Shades of Fern #70C079

Tints of Fern #70C079

Color information

#70C079 (or 0x70C079) is unknown color: approx Fern. HEX triplet: 70, C0 and 79. RGB value is (112,192,121). Sum of RGB (Red+Green+Blue) = 112+192+121=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #70C079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C079 is #8F3F86. Grayscale: #A0A0A0. Windows color (decimal): -9387911 or 7979120. OLE color: 7979120.

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

Color convert

RGB112192121-
CMYK0.4200.370.25
HSL126.75º38.83%59.61%-
HSV(B)126.75º41.67%75.29%-
XYZ28.9842.5224.77-
YUV159.9910693.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=26.35%
G=45.18%
B=28.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121921210.4200.370.25126.7538.8359.61
Hex70C0792A025197f273c
Octal16030017152045311774774
Binary11100001100000011110011010100100101110011111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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