#70B578

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

Shades of Fern #70B578

Tints of Fern #70B578

Color information

#70B578 (or 0x70B578) is unknown color: approx Fern. HEX triplet: 70, B5 and 78. RGB value is (112,181,120). Sum of RGB (Red+Green+Blue) = 112+181+120=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #70B578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B578 is #8F4A87. Grayscale: #999999. Windows color (decimal): -9390728 or 7910768. OLE color: 7910768.

HSL color Cylindrical-coordinate representation of color #70B578: hue angle of 126.96º 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 #70B578 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB112181120-
CMYK0.3800.340.29
HSL126.96º31.8%57.45%-
HSV(B)126.96º38.12%70.98%-
XYZ26.637.8523.67-
YUV153.42109.1498.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=27.12%
G=43.83%
B=29.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811200.3800.340.29126.9631.857.45
Hex70B578260221D7f2039
Octal16026517046042351774071
Binary11100001011010111110001001100100010111011111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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