Html Css Color HEX #64AC68 Fern

📋 copy color: '#64AC68'

red 100 ◦ green 172 ◦ blue 104

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

Shades of Fern #64AC68

Tints of Fern #64AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 26.6%
G = 45.74%
B = 27.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#64AC68 (or 0x64AC68) is known color: Fern. HEX triplet: 64, AC and 68. RGB value is (100,172,104). Sum of RGB (Red+Green+Blue) = 100+172+104=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC68 is #9B5397. Grayscale: #8E8E8E. Windows color (decimal): -10179480 or 6859876. OLE color: 6859876.

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

Color convert

RGB 100 172 104 -
CMYK 0.42 0 0.40 0.33
HSL 123.33º 0.3% 0.53% -
HSV(B) 123.33º 0.42% 0.67% -
XYZ 22.51 33.21 18.32 -
YUV 142.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 100 172 104 0.42 0 0.40 0.33 123.33 0.3 0.53
Hex 64 AC 68 2A 0 28 21 7B 1E 35
Octal 144 254 150 52 0 50 41 173 36 65
Binary 1100100 10101100 1101000 101010 0 101000 100001 1111011 11110 110101

Color Harmonies of #64AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC68

Black with #64AC68

Text Example


Text Example

White with #64AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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