#6AAD73

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

Shades of Fern #6AAD73

Tints of Fern #6AAD73

Color information

#6AAD73 (or 0x6AAD73) is unknown color: approx Fern. HEX triplet: 6A, AD and 73. RGB value is (106,173,115). Sum of RGB (Red+Green+Blue) = 106+173+115=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD73 is #95528C. Grayscale: #929292. Windows color (decimal): -9785997 or 7581034. OLE color: 7581034.

HSL color Cylindrical-coordinate representation of color #6AAD73: hue angle of 128.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD73 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB106173115-
CMYK0.3900.340.32
HSL128.06º29%54.71%-
HSV(B)128.06º38.73%67.84%-
XYZ23.9834.1921.55-
YUV146.35110.399.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=26.90%
G=43.91%
B=29.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061731150.3900.340.32128.062954.71
Hex6AAD732702220801d37
Octal15225516347042402003567
Binary110101010101101111001110011101000101000001000000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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