#6ABB7A

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

Shades of Fern #6ABB7A

Tints of Fern #6ABB7A

Color information

#6ABB7A (or 0x6ABB7A) is unknown color: approx Fern. HEX triplet: 6A, BB and 7A. RGB value is (106,187,122). Sum of RGB (Red+Green+Blue) = 106+187+122=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB7A is #954485. Grayscale: #9B9B9B. Windows color (decimal): -9782406 or 8043370. OLE color: 8043370.

HSL color Cylindrical-coordinate representation of color #6ABB7A: hue angle of 131.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABB7A is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB106187122-
CMYK0.4300.350.27
HSL131.85º37.33%57.45%-
HSV(B)131.85º43.32%73.33%-
XYZ27.2340.0124.7-
YUV155.37109.1692.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=25.54%
G=45.06%
B=29.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871220.4300.350.27131.8537.3357.45
Hex6ABB7A2B0231B842539
Octal15227317253043332044571
Binary110101010111011111101010101101000111101110000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,187,122); }

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

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

 a { background-color: rgb(106,187,122); }

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

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

 span { border-color: rgb(106,187,122); }

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