Html Css Color HEX #64A871 Fern

📋 copy color: '#64A871'

red 100 ◦ green 168 ◦ blue 113

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

Shades of Fern #64A871

Tints of Fern #64A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 26.25%
G = 44.09%
B = 29.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#64A871 (or 0x64A871) is known color: Fern. HEX triplet: 64, A8 and 71. RGB value is (100,168,113). Sum of RGB (Red+Green+Blue) = 100+168+113=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #64A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A871 is #9B578E. Grayscale: #8D8D8D. Windows color (decimal): -10180495 or 7448676. OLE color: 7448676.

HSL color Cylindrical-coordinate representation of color #64A871: hue angle of 131.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A871 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 113 -
CMYK 0.40 0 0.33 0.34
HSL 131.47º 0.28% 0.53% -
HSV(B) 131.47º 0.4% 0.66% -
XYZ 22.24 31.91 20.61 -
YUV 141.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 100 168 113 0.40 0 0.33 0.34 131.47 0.28 0.53
Hex 64 A8 71 28 0 21 22 83 1C 35
Octal 144 250 161 50 0 41 42 203 34 65
Binary 1100100 10101000 1110001 101000 0 100001 100010 10000011 11100 110101

Color Harmonies of #64A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A871

Black with #64A871

Text Example


Text Example

White with #64A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,113); }

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

background-color css

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

 a { background-color: rgb(100,168,113); }

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

border-color css

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

 span { border-color: rgb(100,168,113); }

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