Html Css Color HEX #64AC73 Fern

📋 copy color: '#64AC73'

red 100 ◦ green 172 ◦ blue 115

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

Shades of Fern #64AC73

Tints of Fern #64AC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 25.84%
G = 44.44%
B = 29.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#64AC73 (or 0x64AC73) is known color: Fern. HEX triplet: 64, AC and 73. RGB value is (100,172,115). Sum of RGB (Red+Green+Blue) = 100+172+115=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC73 is #9B538C. Grayscale: #909090. Windows color (decimal): -10179469 or 7580772. OLE color: 7580772.

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

Color convert

RGB 100 172 115 -
CMYK 0.42 0 0.33 0.33
HSL 132.5º 0.3% 0.53% -
HSV(B) 132.5º 0.42% 0.67% -
XYZ 23.1 33.45 21.46 -
YUV 143.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 100 172 115 0.42 0 0.33 0.33 132.5 0.3 0.53
Hex 64 AC 73 2A 0 21 21 84 1E 35
Octal 144 254 163 52 0 41 41 204 36 65
Binary 1100100 10101100 1110011 101010 0 100001 100001 10000100 11110 110101

Color Harmonies of #64AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC73

Black with #64AC73

Text Example


Text Example

White with #64AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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