#6AB872

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

Shades of Fern #6AB872

Tints of Fern #6AB872

Color information

#6AB872 (or 0x6AB872) is unknown color: approx Fern. HEX triplet: 6A, B8 and 72. RGB value is (106,184,114). Sum of RGB (Red+Green+Blue) = 106+184+114=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB872 is #95478D. Grayscale: #989898. Windows color (decimal): -9783182 or 7518314. OLE color: 7518314.

HSL color Cylindrical-coordinate representation of color #6AB872: hue angle of 126.15º 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 #6AB872 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB106184114-
CMYK0.4200.380.28
HSL126.15º35.45%56.86%-
HSV(B)126.15º42.39%72.16%-
XYZ26.1238.5621.99-
YUV152.7106.1694.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=26.24%
G=45.54%
B=28.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1061841140.4200.380.28126.1535.4556.86
Hex6AB8722A0261C7e2339
Octal15227016252046341764371
Binary11010101011100011100101010100100110111001111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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