#70AF71

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

Shades of Fern #70AF71

Tints of Fern #70AF71

Color information

#70AF71 (or 0x70AF71) is unknown color: approx Fern. HEX triplet: 70, AF and 71. RGB value is (112,175,113). Sum of RGB (Red+Green+Blue) = 112+175+113=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF71 is #8F508E. Grayscale: #959595. Windows color (decimal): -9392271 or 7450480. OLE color: 7450480.

HSL color Cylindrical-coordinate representation of color #70AF71: hue angle of 120.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF71 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB112175113-
CMYK0.3600.350.31
HSL120.95º28.25%56.27%-
HSV(B)120.95º36%68.63%-
XYZ24.9935.321.12-
YUV149.1107.63101.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=28%
G=43.75%
B=28.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751130.3600.350.31120.9528.2556.27
Hex70AF71240231F791c38
Octal16025716144043371713470
Binary1110000101011111110001100100010001111111111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,113); }

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

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

 a { background-color: rgb(112,175,113); }

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

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

 span { border-color: rgb(112,175,113); }

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