#6ABF72

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

Shades of Fern #6ABF72

Tints of Fern #6ABF72

Color information

#6ABF72 (or 0x6ABF72) is unknown color: approx Fern. HEX triplet: 6A, BF and 72. RGB value is (106,191,114). Sum of RGB (Red+Green+Blue) = 106+191+114=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF72 is #95408D. Grayscale: #9D9D9D. Windows color (decimal): -9781390 or 7520106. OLE color: 7520106.

HSL color Cylindrical-coordinate representation of color #6ABF72: hue angle of 125.65º 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 #6ABF72 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB106191114-
CMYK0.4500.400.25
HSL125.65º39.91%58.24%-
HSV(B)125.65º44.5%74.9%-
XYZ27.6141.5422.48-
YUV156.81103.8491.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=25.79%
G=46.47%
B=27.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911140.4500.400.25125.6539.9158.24
Hex6ABF722D028197e283a
Octal15227716255050311765072
Binary11010101011111111100101011010101000110011111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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