#70B97C

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

Shades of Fern #70B97C

Tints of Fern #70B97C

Color information

#70B97C (or 0x70B97C) is unknown color: approx Fern. HEX triplet: 70, B9 and 7C. RGB value is (112,185,124). Sum of RGB (Red+Green+Blue) = 112+185+124=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #70B97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B97C is #8F4683. Grayscale: #9C9C9C. Windows color (decimal): -9389700 or 8173936. OLE color: 8173936.

HSL color Cylindrical-coordinate representation of color #70B97C: hue angle of 129.86º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B97C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB112185124-
CMYK0.3900.330.27
HSL129.86º34.27%58.24%-
HSV(B)129.86º39.46%72.55%-
XYZ27.6739.625.25-
YUV156.22109.8296.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=26.60%
G=43.94%
B=29.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121851240.3900.330.27129.8634.2758.24
Hex70B97C270211B82223a
Octal16027117447041332024272
Binary111000010111001111110010011101000011101110000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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