#64A95E

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

Shades of Fern #64A95E

Tints of Fern #64A95E

Color information

#64A95E (or 0x64A95E) is unknown color: approx Fern. HEX triplet: 64, A9 and 5E. RGB value is (100,169,94). Sum of RGB (Red+Green+Blue) = 100+169+94=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #64A95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A95E is #9B56A1. Grayscale: #8C8C8C. Windows color (decimal): -10180258 or 6203748. OLE color: 6203748.

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

Color convert

RGB10016994-
CMYK0.4100.440.34
HSL115.2º30.36%51.57%-
HSV(B)115.2º44.38%66.27%-
XYZ21.4631.8915.61-
YUV139.82102.1499.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 169 (66.41% from 255) = 46.56%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=27.55%
G=46.56%
B=25.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100169940.4100.440.34115.230.3651.57
Hex64A95E2902C22731e34
Octal14425113651054421633664
Binary11001001010100110111101010010101100100010111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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