Html Css Color HEX #64AD6D Fern

📋 copy color: '#64AD6D'

red 100 ◦ green 173 ◦ blue 109

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

Shades of Fern #64AD6D

Tints of Fern #64AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 26.18%
G = 45.29%
B = 28.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#64AD6D (or 0x64AD6D) is known color: Fern. HEX triplet: 64, AD and 6D. RGB value is (100,173,109). Sum of RGB (Red+Green+Blue) = 100+173+109=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD6D is #9B5292. Grayscale: #909090. Windows color (decimal): -10179219 or 7187812. OLE color: 7187812.

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

Color convert

RGB 100 173 109 -
CMYK 0.42 0 0.37 0.32
HSL 127.4º 0.31% 0.54% -
HSV(B) 127.4º 0.42% 0.68% -
XYZ 22.96 33.7 19.76 -
YUV 143.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 100 173 109 0.42 0 0.37 0.32 127.4 0.31 0.54
Hex 64 AD 6D 2A 0 25 20 7F 1F 36
Octal 144 255 155 52 0 45 40 177 37 66
Binary 1100100 10101101 1101101 101010 0 100101 100000 1111111 11111 110110

Color Harmonies of #64AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD6D

Black with #64AD6D

Text Example


Text Example

White with #64AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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