#6ABE76

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

Shades of Fern #6ABE76

Tints of Fern #6ABE76

Color information

#6ABE76 (or 0x6ABE76) is unknown color: approx Fern. HEX triplet: 6A, BE and 76. RGB value is (106,190,118). Sum of RGB (Red+Green+Blue) = 106+190+118=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE76 is #954189. Grayscale: #9C9C9C. Windows color (decimal): -9781642 or 7781994. OLE color: 7781994.

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

Color convert

RGB106190118-
CMYK0.4400.380.25
HSL128.57º39.25%58.04%-
HSV(B)128.57º44.21%74.51%-
XYZ27.6341.223.64-
YUV156.68106.1791.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=25.60%
G=45.89%
B=28.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901180.4400.380.25128.5739.2558.04
Hex6ABE762C0261981273a
Octal15227616654046312014772
Binary110101010111110111011010110001001101100110000001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,190,118); }

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

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

 a { background-color: rgb(106,190,118); }

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

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

 span { border-color: rgb(106,190,118); }

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