#6AAA71

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

Shades of Fern #6AAA71

Tints of Fern #6AAA71

Color information

#6AAA71 (or 0x6AAA71) is unknown color: approx Fern. HEX triplet: 6A, AA and 71. RGB value is (106,170,113). Sum of RGB (Red+Green+Blue) = 106+170+113=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA71 is #95558E. Grayscale: #909090. Windows color (decimal): -9786767 or 7449194. OLE color: 7449194.

HSL color Cylindrical-coordinate representation of color #6AAA71: hue angle of 126.56º degrees, saturation: 0.27, 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 #6AAA71 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB106170113-
CMYK0.3800.340.33
HSL126.56º27.35%54.12%-
HSV(B)126.56º37.65%66.67%-
XYZ23.333.0120.77-
YUV144.37110.3100.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=27.25%
G=43.70%
B=29.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701130.3800.340.33126.5627.3554.12
Hex6AAA7126022217f1b36
Octal15225216146042411773366
Binary11010101010101011100011001100100010100001111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,113); }

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

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

 a { background-color: rgb(106,170,113); }

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

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

 span { border-color: rgb(106,170,113); }

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