#70AB6C

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

Shades of Fern #70AB6C

Tints of Fern #70AB6C

Color information

#70AB6C (or 0x70AB6C) is unknown color: approx Fern. HEX triplet: 70, AB and 6C. RGB value is (112,171,108). Sum of RGB (Red+Green+Blue) = 112+171+108=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB6C is #8F5493. Grayscale: #929292. Windows color (decimal): -9393300 or 7121776. OLE color: 7121776.

HSL color Cylindrical-coordinate representation of color #70AB6C: hue angle of 116.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70AB6C is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB112171108-
CMYK0.3500.370.33
HSL116.19º27.27%54.71%-
HSV(B)116.19º36.84%67.06%-
XYZ23.9533.6519.42-
YUV146.18106.45103.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=28.64%
G=43.73%
B=27.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711080.3500.370.33116.1927.2754.71
Hex70AB6C2302521741b37
Octal16025315443045411643367
Binary11100001010101111011001000110100101100001111010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,108); }

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

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

 a { background-color: rgb(112,171,108); }

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

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

 span { border-color: rgb(112,171,108); }

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