#64AB61

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

Shades of Fern #64AB61

Tints of Fern #64AB61

Color information

#64AB61 (or 0x64AB61) is unknown color: approx Fern. HEX triplet: 64, AB and 61. RGB value is (100,171,97). Sum of RGB (Red+Green+Blue) = 100+171+97=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB61 is #9B549E. Grayscale: #8D8D8D. Windows color (decimal): -10179743 or 6400868. OLE color: 6400868.

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

Color convert

RGB10017197-
CMYK0.4200.430.33
HSL117.57º30.58%52.55%-
HSV(B)117.57º43.27%67.06%-
XYZ21.9832.716.46-
YUV141.33102.9898.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=27.17%
G=46.47%
B=26.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100171970.4200.430.33117.5730.5852.55
Hex64AB612A02B21761f35
Octal14425314152053411663765
Binary11001001010101111000011010100101011100001111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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