#70B575

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

Shades of Fern #70B575

Tints of Fern #70B575

Color information

#70B575 (or 0x70B575) is unknown color: approx Fern. HEX triplet: 70, B5 and 75. RGB value is (112,181,117). Sum of RGB (Red+Green+Blue) = 112+181+117=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #70B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B575 is #8F4A8A. Grayscale: #999999. Windows color (decimal): -9390731 or 7714160. OLE color: 7714160.

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

Color convert

RGB112181117-
CMYK0.3800.350.29
HSL124.35º31.8%57.45%-
HSV(B)124.35º38.12%70.98%-
XYZ26.4237.7822.73-
YUV153.07107.6498.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=27.32%
G=44.15%
B=28.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811170.3800.350.29124.3531.857.45
Hex70B575260231D7c2039
Octal16026516546043351744071
Binary11100001011010111101011001100100011111011111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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