#64AB5D

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

Shades of Fern #64AB5D

Tints of Fern #64AB5D

Color information

#64AB5D (or 0x64AB5D) is unknown color: approx Fern. HEX triplet: 64, AB and 5D. RGB value is (100,171,93). Sum of RGB (Red+Green+Blue) = 100+171+93=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB5D is #9B54A2. Grayscale: #8D8D8D. Windows color (decimal): -10179747 or 6138724. OLE color: 6138724.

HSL color Cylindrical-coordinate representation of color #64AB5D: hue angle of 114.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64AB5D is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB10017193-
CMYK0.4200.460.33
HSL114.62º31.71%51.76%-
HSV(B)114.62º45.61%67.06%-
XYZ21.7932.6315.5-
YUV140.88100.9898.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=27.47%
G=46.98%
B=25.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100171930.4200.460.33114.6231.7151.76
Hex64AB5D2A02E21732034
Octal14425313552056411634064
Binary110010010101011101110110101001011101000011110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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