#70B87B

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

Shades of Fern #70B87B

Tints of Fern #70B87B

Color information

#70B87B (or 0x70B87B) is unknown color: approx Fern. HEX triplet: 70, B8 and 7B. RGB value is (112,184,123). Sum of RGB (Red+Green+Blue) = 112+184+123=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #70B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B87B is #8F4784. Grayscale: #9B9B9B. Windows color (decimal): -9389957 or 8108144. OLE color: 8108144.

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

Color convert

RGB112184123-
CMYK0.3900.330.28
HSL129.17º33.64%58.04%-
HSV(B)129.17º39.13%72.16%-
XYZ27.439.1624.85-
YUV155.52109.6596.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=26.73%
G=43.91%
B=29.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841230.3900.330.28129.1733.6458.04
Hex70B87B270211C81223a
Octal16027017347041342014272
Binary111000010111000111101110011101000011110010000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,123); }

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

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

 a { background-color: rgb(112,184,123); }

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

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

 span { border-color: rgb(112,184,123); }

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