Html Css Color HEX #64AC61 Fern

📋 copy color: '#64AC61'

red 100 ◦ green 172 ◦ blue 97

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

Shades of Fern #64AC61

Tints of Fern #64AC61

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.61%

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 27.1%
G = 46.61%
B = 26.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#64AC61 (or 0x64AC61) is known color: Fern. HEX triplet: 64, AC and 61. RGB value is (100,172,97). Sum of RGB (Red+Green+Blue) = 100+172+97=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC61 is #9B539E. Grayscale: #8E8E8E. Windows color (decimal): -10179487 or 6401124. OLE color: 6401124.

HSL color Cylindrical-coordinate representation of color #64AC61: hue angle of 117.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64AC61 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 97 -
CMYK 0.42 0 0.44 0.33
HSL 117.6º 0.31% 0.53% -
HSV(B) 117.6º 0.44% 0.67% -
XYZ 22.17 33.08 16.53 -
YUV 141.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 100 172 97 0.42 0 0.44 0.33 117.6 0.31 0.53
Hex 64 AC 61 2A 0 2C 21 76 1F 35
Octal 144 254 141 52 0 54 41 166 37 65
Binary 1100100 10101100 1100001 101010 0 101100 100001 1110110 11111 110101

Color Harmonies of #64AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC61

Black with #64AC61

Text Example


Text Example

White with #64AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,97); }

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

background-color css

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

 a { background-color: rgb(100,172,97); }

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

border-color css

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

 span { border-color: rgb(100,172,97); }

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