#70AF69

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

Shades of Fern #70AF69

Tints of Fern #70AF69

Color information

#70AF69 (or 0x70AF69) is unknown color: approx Fern. HEX triplet: 70, AF and 69. RGB value is (112,175,105). Sum of RGB (Red+Green+Blue) = 112+175+105=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF69 is #8F5096. Grayscale: #949494. Windows color (decimal): -9392279 or 6926192. OLE color: 6926192.

HSL color Cylindrical-coordinate representation of color #70AF69: hue angle of 114º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70AF69 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB112175105-
CMYK0.3600.400.31
HSL114º30.43%54.9%-
HSV(B)114º40%68.63%-
XYZ24.5635.1218.85-
YUV148.18103.63102.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=28.57%
G=44.64%
B=26.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751050.3600.400.3111430.4354.9
Hex70AF69240281F721e37
Octal16025715144050371623667
Binary1110000101011111101001100100010100011111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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