#64AC68

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

Shades of Fern #64AC68

Tints of Fern #64AC68

Color information

#64AC68 (or 0x64AC68) is unknown color: approx Fern. HEX triplet: 64, AC and 68. RGB value is (100,172,104). Sum of RGB (Red+Green+Blue) = 100+172+104=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC68 is #9B5397. Grayscale: #8E8E8E. Windows color (decimal): -10179480 or 6859876. OLE color: 6859876.

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

Color convert

RGB100172104-
CMYK0.4200.400.33
HSL123.33º30.25%53.33%-
HSV(B)123.33º41.86%67.45%-
XYZ22.5133.2118.32-
YUV142.72106.1597.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=26.60%
G=45.74%
B=27.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721040.4200.400.33123.3330.2553.33
Hex64AC682A028217b1e35
Octal14425415052050411733665
Binary11001001010110011010001010100101000100001111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,104); }

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

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

 a { background-color: rgb(100,172,104); }

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

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

 span { border-color: rgb(100,172,104); }

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