#6AB479

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

Shades of Fern #6AB479

Tints of Fern #6AB479

Color information

#6AB479 (or 0x6AB479) is unknown color: approx Fern. HEX triplet: 6A, B4 and 79. RGB value is (106,180,121). Sum of RGB (Red+Green+Blue) = 106+180+121=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB479 is #954B86. Grayscale: #979797. Windows color (decimal): -9784199 or 7976042. OLE color: 7976042.

HSL color Cylindrical-coordinate representation of color #6AB479: hue angle of 132.16º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB479 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB106180121-
CMYK0.4100.330.29
HSL132.16º33.04%56.08%-
HSV(B)132.16º41.11%70.59%-
XYZ25.7237.0923.89-
YUV151.15110.9895.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=26.04%
G=44.23%
B=29.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061801210.4100.330.29132.1633.0456.08
Hex6AB479290211D842138
Octal15226417151041352044170
Binary110101010110100111100110100101000011110110000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,121); }

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

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

 a { background-color: rgb(106,180,121); }

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

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

 span { border-color: rgb(106,180,121); }

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