#64A96F

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

Shades of Fern #64A96F

Tints of Fern #64A96F

Color information

#64A96F (or 0x64A96F) is unknown color: approx Fern. HEX triplet: 64, A9 and 6F. RGB value is (100,169,111). Sum of RGB (Red+Green+Blue) = 100+169+111=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #64A96F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A96F is #9B5690. Grayscale: #8D8D8D. Windows color (decimal): -10180241 or 7317860. OLE color: 7317860.

HSL color Cylindrical-coordinate representation of color #64A96F: hue angle of 129.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A96F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB100169111-
CMYK0.4100.340.34
HSL129.57º28.63%52.75%-
HSV(B)129.57º40.83%66.27%-
XYZ22.3132.2320.08-
YUV141.76110.6498.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=26.32%
G=44.47%
B=29.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691110.4100.340.34129.5728.6352.75
Hex64A96F2902222821d35
Octal14425115751042422023565
Binary110010010101001110111110100101000101000101000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,169,111); }

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

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

 a { background-color: rgb(100,169,111); }

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

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

 span { border-color: rgb(100,169,111); }

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