#6AAB73

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

Shades of Fern #6AAB73

Tints of Fern #6AAB73

Color information

#6AAB73 (or 0x6AAB73) is unknown color: approx Fern. HEX triplet: 6A, AB and 73. RGB value is (106,171,115). Sum of RGB (Red+Green+Blue) = 106+171+115=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB73 is #95548C. Grayscale: #919191. Windows color (decimal): -9786509 or 7580522. OLE color: 7580522.

HSL color Cylindrical-coordinate representation of color #6AAB73: hue angle of 128.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB73 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB106171115-
CMYK0.3800.330.33
HSL128.31º27.9%54.31%-
HSV(B)128.31º38.01%67.06%-
XYZ23.633.4321.43-
YUV145.18110.97100.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=27.04%
G=43.62%
B=29.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711150.3800.330.33128.3127.954.31
Hex6AAB732602121801c36
Octal15225316346041412003466
Binary110101010101011111001110011001000011000011000000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,115); }

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

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

 a { background-color: rgb(106,171,115); }

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

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

 span { border-color: rgb(106,171,115); }

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