#70B66F

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

Shades of Fern #70B66F

Tints of Fern #70B66F

Color information

#70B66F (or 0x70B66F) is unknown color: approx Fern. HEX triplet: 70, B6 and 6F. RGB value is (112,182,111). Sum of RGB (Red+Green+Blue) = 112+182+111=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #70B66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B66F is #8F4990. Grayscale: #999999. Windows color (decimal): -9390481 or 7321200. OLE color: 7321200.

HSL color Cylindrical-coordinate representation of color #70B66F: hue angle of 119.15º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B66F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB112182111-
CMYK0.3800.390.29
HSL119.15º32.72%57.45%-
HSV(B)119.15º39.01%71.37%-
XYZ26.2838.0521-
YUV152.98104.3198.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=27.65%
G=44.94%
B=27.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121821110.3800.390.29119.1532.7257.45
Hex70B66F260271D772139
Octal16026615746047351674171
Binary11100001011011011011111001100100111111011110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,182,111); }

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

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

 a { background-color: rgb(112,182,111); }

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

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

 span { border-color: rgb(112,182,111); }

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