Html Css Color HEX #64A560 Fern

📋 copy color: '#64A560'

red 100 ◦ green 165 ◦ blue 96

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

Shades of Fern #64A560

Tints of Fern #64A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.71%

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

R = 27.7%
G = 45.71%
B = 26.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#64A560 (or 0x64A560) is known color: Fern. HEX triplet: 64, A5 and 60. RGB value is (100,165,96). Sum of RGB (Red+Green+Blue) = 100+165+96=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #64A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A560 is #9B5A9F. Grayscale: #898989. Windows color (decimal): -10181280 or 6333796. OLE color: 6333796.

HSL color Cylindrical-coordinate representation of color #64A560: hue angle of 116.52º 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 #64A560 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 96 -
CMYK 0.39 0 0.42 0.35
HSL 116.52º 0.28% 0.51% -
HSV(B) 116.52º 0.42% 0.65% -
XYZ 20.82 30.46 15.85 -
YUV 137.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 100 165 96 0.39 0 0.42 0.35 116.52 0.28 0.51
Hex 64 A5 60 27 0 2A 23 75 1C 33
Octal 144 245 140 47 0 52 43 165 34 63
Binary 1100100 10100101 1100000 100111 0 101010 100011 1110101 11100 110011

Color Harmonies of #64A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A560

Black with #64A560

Text Example


Text Example

White with #64A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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