#70BE75

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

Shades of Fern #70BE75

Tints of Fern #70BE75

Color information

#70BE75 (or 0x70BE75) is unknown color: approx Fern. HEX triplet: 70, BE and 75. RGB value is (112,190,117). Sum of RGB (Red+Green+Blue) = 112+190+117=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE75 is #8F418A. Grayscale: #9E9E9E. Windows color (decimal): -9388427 or 7716464. OLE color: 7716464.

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

Color convert

RGB112190117-
CMYK0.4100.380.25
HSL123.85º37.5%59.22%-
HSV(B)123.85º41.05%74.51%-
XYZ28.3141.5623.36-
YUV158.36104.6694.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=26.73%
G=45.35%
B=27.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901170.4100.380.25123.8537.559.22
Hex70BE7529026197c263b
Octal16027616551046311744673
Binary11100001011111011101011010010100110110011111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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