#70BE74

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

Shades of Fern #70BE74

Tints of Fern #70BE74

Color information

#70BE74 (or 0x70BE74) is unknown color: approx Fern. HEX triplet: 70, BE and 74. RGB value is (112,190,116). Sum of RGB (Red+Green+Blue) = 112+190+116=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE74 is #8F418B. Grayscale: #9E9E9E. Windows color (decimal): -9388428 or 7650928. OLE color: 7650928.

HSL color Cylindrical-coordinate representation of color #70BE74: hue angle of 123.08º 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 #70BE74 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB112190116-
CMYK0.4100.390.25
HSL123.08º37.5%59.22%-
HSV(B)123.08º41.05%74.51%-
XYZ28.2541.5323.05-
YUV158.24104.1695.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=26.79%
G=45.45%
B=27.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901160.4100.390.25123.0837.559.22
Hex70BE7429027197b263b
Octal16027616451047311734673
Binary11100001011111011101001010010100111110011111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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