Html Css Color HEX #64AD72 Fern

📋 copy color: '#64AD72'

red 100 ◦ green 173 ◦ blue 114

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

Shades of Fern #64AD72

Tints of Fern #64AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 25.84%
G = 44.7%
B = 29.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#64AD72 (or 0x64AD72) is known color: Fern. HEX triplet: 64, AD and 72. RGB value is (100,173,114). Sum of RGB (Red+Green+Blue) = 100+173+114=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD72 is #9B528D. Grayscale: #909090. Windows color (decimal): -10179214 or 7515492. OLE color: 7515492.

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

Color convert

RGB 100 173 114 -
CMYK 0.42 0 0.34 0.32
HSL 131.51º 0.31% 0.54% -
HSV(B) 131.51º 0.42% 0.68% -
XYZ 23.24 33.81 21.22 -
YUV 144.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 100 173 114 0.42 0 0.34 0.32 131.51 0.31 0.54
Hex 64 AD 72 2A 0 22 20 84 1F 36
Octal 144 255 162 52 0 42 40 204 37 66
Binary 1100100 10101101 1110010 101010 0 100010 100000 10000100 11111 110110

Color Harmonies of #64AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD72

Black with #64AD72

Text Example


Text Example

White with #64AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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