#64AD6C

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

Shades of Fern #64AD6C

Tints of Fern #64AD6C

Color information

#64AD6C (or 0x64AD6C) is unknown color: approx Fern. HEX triplet: 64, AD and 6C. RGB value is (100,173,108). Sum of RGB (Red+Green+Blue) = 100+173+108=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD6C is #9B5293. Grayscale: #8F8F8F. Windows color (decimal): -10179220 or 7122276. OLE color: 7122276.

HSL color Cylindrical-coordinate representation of color #64AD6C: hue angle of 126.58º 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 #64AD6C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB100173108-
CMYK0.4200.380.32
HSL126.58º30.8%53.53%-
HSV(B)126.58º42.2%67.84%-
XYZ22.9133.6819.48-
YUV143.76107.8296.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=26.25%
G=45.41%
B=28.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731080.4200.380.32126.5830.853.53
Hex64AD6C2A026207f1f36
Octal14425515452046401773766
Binary11001001010110111011001010100100110100000111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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