#64AF63

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

Shades of Fern #64AF63

Tints of Fern #64AF63

Color information

#64AF63 (or 0x64AF63) is unknown color: approx Fern. HEX triplet: 64, AF and 63. RGB value is (100,175,99). Sum of RGB (Red+Green+Blue) = 100+175+99=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF63 is #9B509C. Grayscale: #909090. Windows color (decimal): -10178717 or 6532964. OLE color: 6532964.

HSL color Cylindrical-coordinate representation of color #64AF63: hue angle of 119.21º 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 #64AF63 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB10017599-
CMYK0.4300.430.31
HSL119.21º32.2%53.73%-
HSV(B)119.21º43.43%68.63%-
XYZ22.8434.2717.22-
YUV143.91102.6596.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=26.74%
G=46.79%
B=26.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100175990.4300.430.31119.2132.253.73
Hex64AF632B02B1F772036
Octal14425714353053371674066
Binary11001001010111111000111010110101011111111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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