#6AAA64

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

Shades of Fern #6AAA64

Tints of Fern #6AAA64

Color information

#6AAA64 (or 0x6AAA64) is unknown color: approx Fern. HEX triplet: 6A, AA and 64. RGB value is (106,170,100). Sum of RGB (Red+Green+Blue) = 106+170+100=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA64 is #95559B. Grayscale: #8F8F8F. Windows color (decimal): -9786780 or 6597226. OLE color: 6597226.

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

Color convert

RGB106170100-
CMYK0.3800.410.33
HSL114.86º29.17%52.94%-
HSV(B)114.86º41.18%66.67%-
XYZ22.6232.7317.18-
YUV142.88103.8101.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=28.19%
G=45.21%
B=26.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701000.3800.410.33114.8629.1752.94
Hex6AAA642602921731d35
Octal15225214446051411633565
Binary11010101010101011001001001100101001100001111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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