#70B27C

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

Shades of Fern #70B27C

Tints of Fern #70B27C

Color information

#70B27C (or 0x70B27C) is unknown color: approx Fern. HEX triplet: 70, B2 and 7C. RGB value is (112,178,124). Sum of RGB (Red+Green+Blue) = 112+178+124=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #70B27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B27C is #8F4D83. Grayscale: #989898. Windows color (decimal): -9391492 or 8172144. OLE color: 8172144.

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

Color convert

RGB112178124-
CMYK0.3700.300.30
HSL130.91º30%56.86%-
HSV(B)130.91º37.08%69.8%-
XYZ26.2436.7424.78-
YUV152.11112.1399.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=27.05%
G=43.00%
B=29.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121781240.3700.300.30130.913056.86
Hex70B27C2501E1E831e39
Octal16026217445036362033671
Binary1110000101100101111100100101011110111101000001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,124); }

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

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

 a { background-color: rgb(112,178,124); }

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

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

 span { border-color: rgb(112,178,124); }

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