Html Css Color HEX #64AC66 Fern

📋 copy color: '#64AC66'

red 100 ◦ green 172 ◦ blue 102

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

Shades of Fern #64AC66

Tints of Fern #64AC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 26.74%
G = 45.99%
B = 27.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#64AC66 (or 0x64AC66) is known color: Fern. HEX triplet: 64, AC and 66. RGB value is (100,172,102). Sum of RGB (Red+Green+Blue) = 100+172+102=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC66 is #9B5399. Grayscale: #8E8E8E. Windows color (decimal): -10179482 or 6728804. OLE color: 6728804.

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

Color convert

RGB 100 172 102 -
CMYK 0.42 0 0.41 0.33
HSL 121.67º 0.3% 0.53% -
HSV(B) 121.67º 0.42% 0.67% -
XYZ 22.41 33.17 17.79 -
YUV 142.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 100 172 102 0.42 0 0.41 0.33 121.67 0.3 0.53
Hex 64 AC 66 2A 0 29 21 7A 1E 35
Octal 144 254 146 52 0 51 41 172 36 65
Binary 1100100 10101100 1100110 101010 0 101001 100001 1111010 11110 110101

Color Harmonies of #64AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC66

Black with #64AC66

Text Example


Text Example

White with #64AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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