Html Css Color HEX #64AD77 Fern

📋 copy color: '#64AD77'

red 100 ◦ green 173 ◦ blue 119

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

Shades of Fern #64AD77

Tints of Fern #64AD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 25.51%
G = 44.13%
B = 30.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#64AD77 (or 0x64AD77) is known color: Fern. HEX triplet: 64, AD and 77. RGB value is (100,173,119). Sum of RGB (Red+Green+Blue) = 100+173+119=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD77 is #9B5288. Grayscale: #919191. Windows color (decimal): -10179209 or 7843172. OLE color: 7843172.

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

Color convert

RGB 100 173 119 -
CMYK 0.42 0 0.31 0.32
HSL 135.62º 0.31% 0.54% -
HSV(B) 135.62º 0.42% 0.68% -
XYZ 23.53 33.93 22.76 -
YUV 145.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 100 173 119 0.42 0 0.31 0.32 135.62 0.31 0.54
Hex 64 AD 77 2A 0 1F 20 88 1F 36
Octal 144 255 167 52 0 37 40 210 37 66
Binary 1100100 10101101 1110111 101010 0 11111 100000 10001000 11111 110110

Color Harmonies of #64AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD77

Black with #64AD77

Text Example


Text Example

White with #64AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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