#70AF75

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

Shades of Fern #70AF75

Tints of Fern #70AF75

Color information

#70AF75 (or 0x70AF75) is unknown color: approx Fern. HEX triplet: 70, AF and 75. RGB value is (112,175,117). Sum of RGB (Red+Green+Blue) = 112+175+117=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF75 is #8F508A. Grayscale: #959595. Windows color (decimal): -9392267 or 7712624. OLE color: 7712624.

HSL color Cylindrical-coordinate representation of color #70AF75: hue angle of 124.76º 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 #70AF75 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB112175117-
CMYK0.3600.330.31
HSL124.76º28.25%56.27%-
HSV(B)124.76º36%68.63%-
XYZ25.2235.3922.33-
YUV149.55109.63101.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=27.72%
G=43.32%
B=28.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751170.3600.330.31124.7628.2556.27
Hex70AF75240211F7d1c38
Octal16025716544041371753470
Binary1110000101011111110101100100010000111111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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