#6ABF7E

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

Shades of Fern #6ABF7E

Tints of Fern #6ABF7E

Color information

#6ABF7E (or 0x6ABF7E) is unknown color: approx Fern. HEX triplet: 6A, BF and 7E. RGB value is (106,191,126). Sum of RGB (Red+Green+Blue) = 106+191+126=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF7E is #954081. Grayscale: #9E9E9E. Windows color (decimal): -9781378 or 8306538. OLE color: 8306538.

HSL color Cylindrical-coordinate representation of color #6ABF7E: hue angle of 134.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABF7E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB106191126-
CMYK0.4500.340.25
HSL134.12º39.91%58.24%-
HSV(B)134.12º44.5%74.9%-
XYZ28.3441.8326.32-
YUV158.17109.8490.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=25.06%
G=45.15%
B=29.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911260.4500.340.25134.1239.9158.24
Hex6ABF7E2D0221986283a
Octal15227717655042312065072
Binary110101010111111111111010110101000101100110000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,126); }

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

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

 a { background-color: rgb(106,191,126); }

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

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

 span { border-color: rgb(106,191,126); }

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