#70C379

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

Shades of Fern #70C379

Tints of Fern #70C379

Color information

#70C379 (or 0x70C379) is unknown color: approx Fern. HEX triplet: 70, C3 and 79. RGB value is (112,195,121). Sum of RGB (Red+Green+Blue) = 112+195+121=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #70C379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C379 is #8F3C86. Grayscale: #A1A1A1. Windows color (decimal): -9387143 or 7979888. OLE color: 7979888.

HSL color Cylindrical-coordinate representation of color #70C379: hue angle of 126.51º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C379 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB112195121-
CMYK0.4300.380.24
HSL126.51º40.89%60.2%-
HSV(B)126.51º42.56%76.47%-
XYZ29.6543.8624.99-
YUV161.7510592.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 195 (76.56% from 255) = 45.56%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=26.17%
G=45.56%
B=28.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951210.4300.380.24126.5140.8960.2
Hex70C3792B026187f293c
Octal16030317153046301775174
Binary11100001100001111110011010110100110110001111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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