#64AD66

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

Shades of Fern #64AD66

Tints of Fern #64AD66

Color information

#64AD66 (or 0x64AD66) is unknown color: approx Fern. HEX triplet: 64, AD and 66. RGB value is (100,173,102). Sum of RGB (Red+Green+Blue) = 100+173+102=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD66 is #9B5299. Grayscale: #8F8F8F. Windows color (decimal): -10179226 or 6729060. OLE color: 6729060.

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

Color convert

RGB100173102-
CMYK0.4200.410.32
HSL121.64º30.8%53.53%-
HSV(B)121.64º42.2%67.84%-
XYZ22.633.5617.86-
YUV143.08104.8297.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=26.67%
G=46.13%
B=27.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731020.4200.410.32121.6430.853.53
Hex64AD662A029207a1f36
Octal14425514652051401723766
Binary11001001010110111001101010100101001100000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,173,102); }

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

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

 a { background-color: rgb(100,173,102); }

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

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

 span { border-color: rgb(100,173,102); }

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