#64AF78

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

Shades of Fern #64AF78

Tints of Fern #64AF78

Color information

#64AF78 (or 0x64AF78) is unknown color: approx Fern. HEX triplet: 64, AF and 78. RGB value is (100,175,120). Sum of RGB (Red+Green+Blue) = 100+175+120=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF78 is #9B5087. Grayscale: #929292. Windows color (decimal): -10178696 or 7909220. OLE color: 7909220.

HSL color Cylindrical-coordinate representation of color #64AF78: hue angle of 136º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF78 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB100175120-
CMYK0.4300.310.31
HSL136º31.91%53.92%-
HSV(B)136º42.86%68.63%-
XYZ23.9834.7323.21-
YUV146.3113.1594.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=25.32%
G=44.30%
B=30.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001751200.4300.310.3113631.9153.92
Hex64AF782B01F1F882036
Octal14425717053037372104066
Binary11001001010111111110001010110111111111110001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,120); }

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

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

 a { background-color: rgb(100,175,120); }

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

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

 span { border-color: rgb(100,175,120); }

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