Html Css Color HEX #64A660 Fern

📋 copy color: '#64A660'

red 100 ◦ green 166 ◦ blue 96

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

Shades of Fern #64A660

Tints of Fern #64A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

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

R = 27.62%
G = 45.86%
B = 26.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#64A660 (or 0x64A660) is known color: Fern. HEX triplet: 64, A6 and 60. RGB value is (100,166,96). Sum of RGB (Red+Green+Blue) = 100+166+96=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #64A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A660 is #9B599F. Grayscale: #8A8A8A. Windows color (decimal): -10181024 or 6334052. OLE color: 6334052.

HSL color Cylindrical-coordinate representation of color #64A660: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A660 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 96 -
CMYK 0.40 0 0.42 0.35
HSL 116.57º 0.28% 0.51% -
HSV(B) 116.57º 0.42% 0.65% -
XYZ 21 30.83 15.91 -
YUV 138.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 100 166 96 0.40 0 0.42 0.35 116.57 0.28 0.51
Hex 64 A6 60 28 0 2A 23 75 1C 33
Octal 144 246 140 50 0 52 43 165 34 63
Binary 1100100 10100110 1100000 101000 0 101010 100011 1110101 11100 110011

Color Harmonies of #64A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A660

Black with #64A660

Text Example


Text Example

White with #64A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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