#64AB6E

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

Shades of Fern #64AB6E

Tints of Fern #64AB6E

Color information

#64AB6E (or 0x64AB6E) is unknown color: approx Fern. HEX triplet: 64, AB and 6E. RGB value is (100,171,110). Sum of RGB (Red+Green+Blue) = 100+171+110=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB6E is #9B5491. Grayscale: #8E8E8E. Windows color (decimal): -10179730 or 7252836. OLE color: 7252836.

HSL color Cylindrical-coordinate representation of color #64AB6E: hue angle of 128.45º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB6E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB100171110-
CMYK0.4200.360.33
HSL128.45º29.71%53.14%-
HSV(B)128.45º41.52%67.06%-
XYZ22.6332.9619.92-
YUV142.82109.4897.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=26.25%
G=44.88%
B=28.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711100.4200.360.33128.4529.7153.14
Hex64AB6E2A02421801e35
Octal14425315652044412003665
Binary110010010101011110111010101001001001000011000000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,110); }

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

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

 a { background-color: rgb(100,171,110); }

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

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

 span { border-color: rgb(100,171,110); }

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