#64AA6B

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

Shades of Fern #64AA6B

Tints of Fern #64AA6B

Color information

#64AA6B (or 0x64AA6B) is unknown color: approx Fern. HEX triplet: 64, AA and 6B. RGB value is (100,170,107). Sum of RGB (Red+Green+Blue) = 100+170+107=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA6B is #9B5594. Grayscale: #8E8E8E. Windows color (decimal): -10179989 or 7055972. OLE color: 7055972.

HSL color Cylindrical-coordinate representation of color #64AA6B: hue angle of 126º 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 #64AA6B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB100170107-
CMYK0.4100.370.33
HSL126º29.17%52.94%-
HSV(B)126º41.18%66.67%-
XYZ22.2832.5219.01-
YUV141.89108.3198.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=26.53%
G=45.09%
B=28.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001701070.4100.370.3312629.1752.94
Hex64AA6B29025217e1d35
Octal14425215351045411763565
Binary11001001010101011010111010010100101100001111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AA6B; }

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

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

<style>
 a { background-color: #64AA6B; }

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

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

<style>
 span { border-color: #64AA6B; }

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

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