#64A96E

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

Shades of Fern #64A96E

Tints of Fern #64A96E

Color information

#64A96E (or 0x64A96E) is unknown color: approx Fern. HEX triplet: 64, A9 and 6E. RGB value is (100,169,110). Sum of RGB (Red+Green+Blue) = 100+169+110=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #64A96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A96E is #9B5691. Grayscale: #8D8D8D. Windows color (decimal): -10180242 or 7252324. OLE color: 7252324.

HSL color Cylindrical-coordinate representation of color #64A96E: hue angle of 128.7º 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 #64A96E is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB100169110-
CMYK0.4100.350.34
HSL128.7º28.63%52.75%-
HSV(B)128.7º40.83%66.27%-
XYZ22.2632.2119.8-
YUV141.64110.1498.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=26.39%
G=44.59%
B=29.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691100.4100.350.34128.728.6352.75
Hex64A96E2902322811d35
Octal14425115651043422013565
Binary110010010101001110111010100101000111000101000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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