#6AB878

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

Shades of Fern #6AB878

Tints of Fern #6AB878

Color information

#6AB878 (or 0x6AB878) is unknown color: approx Fern. HEX triplet: 6A, B8 and 78. RGB value is (106,184,120). Sum of RGB (Red+Green+Blue) = 106+184+120=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB878 is #954787. Grayscale: #999999. Windows color (decimal): -9783176 or 7911530. OLE color: 7911530.

HSL color Cylindrical-coordinate representation of color #6AB878: hue angle of 130.77º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB878 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB106184120-
CMYK0.4200.350.28
HSL130.77º35.45%56.86%-
HSV(B)130.77º42.39%72.16%-
XYZ26.4738.723.84-
YUV153.38109.1694.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=25.85%
G=44.88%
B=29.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1061841200.4200.350.28130.7735.4556.86
Hex6AB8782A0231C832339
Octal15227017052043342034371
Binary110101010111000111100010101001000111110010000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,184,120); }

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

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

 a { background-color: rgb(106,184,120); }

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

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

 span { border-color: rgb(106,184,120); }

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