Html Css Color HEX #64AD60 Fern

📋 copy color: '#64AD60'

red 100 ◦ green 173 ◦ blue 96

#64AD60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64AD60

Tints of Fern #64AD60

RGB

 RED value IS 100 (39.45% from 255) = 27.1%

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 27.1%
G = 46.88%
B = 26.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#64AD60 (or 0x64AD60) is known color: Fern. HEX triplet: 64, AD and 60. RGB value is (100,173,96). Sum of RGB (Red+Green+Blue) = 100+173+96=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD60 is #9B529F. Grayscale: #8E8E8E. Windows color (decimal): -10179232 or 6335844. OLE color: 6335844.

HSL color Cylindrical-coordinate representation of color #64AD60: hue angle of 116.88º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64AD60 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 173 96 -
CMYK 0.42 0 0.45 0.32
HSL 116.88º 0.32% 0.53% -
HSV(B) 116.88º 0.45% 0.68% -
XYZ 22.31 33.44 16.35 -
YUV 142.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 100 173 96 0.42 0 0.45 0.32 116.88 0.32 0.53
Hex 64 AD 60 2A 0 2D 20 75 20 35
Octal 144 255 140 52 0 55 40 165 40 65
Binary 1100100 10101101 1100000 101010 0 101101 100000 1110101 100000 110101

Color Harmonies of #64AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD60

Black with #64AD60

Text Example


Text Example

White with #64AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,96); }

 H1.HeaderClassName
 {
   color: #64AD60;
 }
 .AnyTagClassName
 {
   color: #64AD60;
 }
</style>

background-color css

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

 a { background-color: rgb(100,173,96); }

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

border-color css

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

 span { border-color: rgb(100,173,96); }

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