#64AA71

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

Shades of Fern #64AA71

Tints of Fern #64AA71

Color information

#64AA71 (or 0x64AA71) is unknown color: approx Fern. HEX triplet: 64, AA and 71. RGB value is (100,170,113). Sum of RGB (Red+Green+Blue) = 100+170+113=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA71 is #9B558E. Grayscale: #8E8E8E. Windows color (decimal): -10179983 or 7449188. OLE color: 7449188.

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

Color convert

RGB100170113-
CMYK0.4100.340.33
HSL131.14º29.17%52.94%-
HSV(B)131.14º41.18%66.67%-
XYZ22.6132.6520.73-
YUV142.57111.3197.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=26.11%
G=44.39%
B=29.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001701130.4100.340.33131.1429.1752.94
Hex64AA712902221831d35
Octal14425216151042412033565
Binary110010010101010111000110100101000101000011000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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