#6AB460

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

Shades of Fern #6AB460

Tints of Fern #6AB460

Color information

#6AB460 (or 0x6AB460) is unknown color: approx Fern. HEX triplet: 6A, B4 and 60. RGB value is (106,180,96). Sum of RGB (Red+Green+Blue) = 106+180+96=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB460 is #954B9F. Grayscale: #949494. Windows color (decimal): -9784224 or 6337642. OLE color: 6337642.

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

Color convert

RGB10618096-
CMYK0.4100.470.29
HSL112.86º35.9%54.12%-
HSV(B)112.86º46.67%70.59%-
XYZ24.3836.5516.84-
YUV148.398.4897.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=27.75%
G=47.12%
B=25.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106180960.4100.470.29112.8635.954.12
Hex6AB4602902F1D712436
Octal15226414051057351614466
Binary11010101011010011000001010010101111111011110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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