#64AB62

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

Shades of Fern #64AB62

Tints of Fern #64AB62

Color information

#64AB62 (or 0x64AB62) is unknown color: approx Fern. HEX triplet: 64, AB and 62. RGB value is (100,171,98). Sum of RGB (Red+Green+Blue) = 100+171+98=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB62 is #9B549D. Grayscale: #8D8D8D. Windows color (decimal): -10179742 or 6466404. OLE color: 6466404.

HSL color Cylindrical-coordinate representation of color #64AB62: hue angle of 118.36º degrees, saturation: 0.3, 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 #64AB62 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB10017198-
CMYK0.4200.430.33
HSL118.36º30.29%52.75%-
HSV(B)118.36º42.69%67.06%-
XYZ22.0232.7216.71-
YUV141.45103.4898.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=27.10%
G=46.34%
B=26.56%

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
Decimal100171980.4200.430.33118.3630.2952.75
Hex64AB622A02B21761e35
Octal14425314252053411663665
Binary11001001010101111000101010100101011100001111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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