#70A974

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

Shades of Fern #70A974

Tints of Fern #70A974

Color information

#70A974 (or 0x70A974) is unknown color: approx Fern. HEX triplet: 70, A9 and 74. RGB value is (112,169,116). Sum of RGB (Red+Green+Blue) = 112+169+116=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #70A974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A974 is #8F568B. Grayscale: #929292. Windows color (decimal): -9393804 or 7645552. OLE color: 7645552.

HSL color Cylindrical-coordinate representation of color #70A974: hue angle of 124.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A974 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB112169116-
CMYK0.3400.310.34
HSL124.21º24.89%55.1%-
HSV(B)124.21º33.73%66.27%-
XYZ24.0233.0821.64-
YUV145.91111.12103.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=28.21%
G=42.57%
B=29.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691160.3400.310.34124.2124.8955.1
Hex70A9742201F227c1937
Octal16025116442037421743167
Binary1110000101010011110100100010011111100010111110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,116); }

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

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

 a { background-color: rgb(112,169,116); }

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

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

 span { border-color: rgb(112,169,116); }

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