#6FAB70

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

Shades of Fern #6FAB70

Tints of Fern #6FAB70

Color information

#6FAB70 (or 0x6FAB70) is unknown color: approx Fern. HEX triplet: 6F, AB and 70. RGB value is (111,171,112). Sum of RGB (Red+Green+Blue) = 111+171+112=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB70 is #90548F. Grayscale: #929292. Windows color (decimal): -9458832 or 7383919. OLE color: 7383919.

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

Color convert

RGB111171112-
CMYK0.3500.350.33
HSL121º26.32%55.29%-
HSV(B)121º35.09%67.06%-
XYZ24.0433.6820.56-
YUV146.33108.62102.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=28.17%
G=43.40%
B=28.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711120.3500.350.3312126.3255.29
Hex6FAB702302321791a37
Octal15725316043043411713267
Binary11011111010101111100001000110100011100001111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FAB70; }

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

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

<style>
 a { background-color: #6FAB70; }

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

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

<style>
 span { border-color: #6FAB70; }

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

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