#6ABC7F

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

Shades of Fern #6ABC7F

Tints of Fern #6ABC7F

Color information

#6ABC7F (or 0x6ABC7F) is unknown color: approx Fern. HEX triplet: 6A, BC and 7F. RGB value is (106,188,127). Sum of RGB (Red+Green+Blue) = 106+188+127=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7F is #954380. Grayscale: #9C9C9C. Windows color (decimal): -9782145 or 8371306. OLE color: 8371306.

HSL color Cylindrical-coordinate representation of color #6ABC7F: hue angle of 135.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC7F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB106188127-
CMYK0.4400.320.26
HSL135.37º37.96%57.65%-
HSV(B)135.37º43.62%73.73%-
XYZ27.7640.5626.45-
YUV156.53111.3391.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 127 (50% from 255) = 30.17%
R=25.18%
G=44.66%
B=30.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061881270.4400.320.26135.3737.9657.65
Hex6ABC7F2C0201A87263a
Octal15227417754040322074672
Binary110101010111100111111110110001000001101010000111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,188,127); }

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

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

 a { background-color: rgb(106,188,127); }

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

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

 span { border-color: rgb(106,188,127); }

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