#70B36E

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

Shades of Fern #70B36E

Tints of Fern #70B36E

Color information

#70B36E (or 0x70B36E) is unknown color: approx Fern. HEX triplet: 70, B3 and 6E. RGB value is (112,179,110). Sum of RGB (Red+Green+Blue) = 112+179+110=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #70B36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B36E is #8F4C91. Grayscale: #979797. Windows color (decimal): -9391250 or 7254896. OLE color: 7254896.

HSL color Cylindrical-coordinate representation of color #70B36E: hue angle of 118.26º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B36E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB112179110-
CMYK0.3700.390.30
HSL118.26º31.22%56.67%-
HSV(B)118.26º38.55%70.2%-
XYZ25.6236.8120.51-
YUV151.1104.8100.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=27.93%
G=44.64%
B=27.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791100.3700.390.30118.2631.2256.67
Hex70B36E250271E761f39
Octal16026315645047361663771
Binary1110000101100111101110100101010011111110111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,110); }

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

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

 a { background-color: rgb(112,179,110); }

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

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

 span { border-color: rgb(112,179,110); }

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