#70BE79

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

Shades of Fern #70BE79

Tints of Fern #70BE79

Color information

#70BE79 (or 0x70BE79) is unknown color: approx Fern. HEX triplet: 70, BE and 79. RGB value is (112,190,121). Sum of RGB (Red+Green+Blue) = 112+190+121=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE79 is #8F4186. Grayscale: #9F9F9F. Windows color (decimal): -9388423 or 7978608. OLE color: 7978608.

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

Color convert

RGB112190121-
CMYK0.4100.360.25
HSL126.92º37.5%59.22%-
HSV(B)126.92º41.05%74.51%-
XYZ28.5541.6524.62-
YUV158.81106.6694.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=26.48%
G=44.92%
B=28.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901210.4100.360.25126.9237.559.22
Hex70BE7929024197f263b
Octal16027617151044311774673
Binary11100001011111011110011010010100100110011111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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