#64A95D

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

Shades of Fern #64A95D

Tints of Fern #64A95D

Color information

#64A95D (or 0x64A95D) is unknown color: approx Fern. HEX triplet: 64, A9 and 5D. RGB value is (100,169,93). Sum of RGB (Red+Green+Blue) = 100+169+93=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #64A95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A95D is #9B56A2. Grayscale: #8B8B8B. Windows color (decimal): -10180259 or 6138212. OLE color: 6138212.

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

Color convert

RGB10016993-
CMYK0.4100.450.34
HSL114.47º30.65%51.37%-
HSV(B)114.47º44.97%66.27%-
XYZ21.4231.8815.38-
YUV139.7101.6499.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 169 (66.41% from 255) = 46.69%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=27.62%
G=46.69%
B=25.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100169930.4100.450.34114.4730.6551.37
Hex64A95D2902D22721f33
Octal14425113551055421623763
Binary11001001010100110111011010010101101100010111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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