#70B66C

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

Shades of Fern #70B66C

Tints of Fern #70B66C

Color information

#70B66C (or 0x70B66C) is unknown color: approx Fern. HEX triplet: 70, B6 and 6C. RGB value is (112,182,108). Sum of RGB (Red+Green+Blue) = 112+182+108=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #70B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B66C is #8F4993. Grayscale: #989898. Windows color (decimal): -9390484 or 7124592. OLE color: 7124592.

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

Color convert

RGB112182108-
CMYK0.3800.410.29
HSL116.76º33.64%56.86%-
HSV(B)116.76º40.66%71.37%-
XYZ26.1237.9820.14-
YUV152.63102.8199.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=27.86%
G=45.27%
B=26.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121821080.3800.410.29116.7633.6456.86
Hex70B66C260291D752239
Octal16026615446051351654271
Binary11100001011011011011001001100101001111011110101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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