Html Css Color HEX #64AC6F Fern

📋 copy color: '#64AC6F'

red 100 ◦ green 172 ◦ blue 111

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

Shades of Fern #64AC6F

Tints of Fern #64AC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 26.11%
G = 44.91%
B = 28.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#64AC6F (or 0x64AC6F) is known color: Fern. HEX triplet: 64, AC and 6F. RGB value is (100,172,111). Sum of RGB (Red+Green+Blue) = 100+172+111=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC6F is #9B5390. Grayscale: #8F8F8F. Windows color (decimal): -10179473 or 7318628. OLE color: 7318628.

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

Color convert

RGB 100 172 111 -
CMYK 0.42 0 0.35 0.33
HSL 129.17º 0.3% 0.53% -
HSV(B) 129.17º 0.42% 0.67% -
XYZ 22.88 33.36 20.27 -
YUV 143.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 100 172 111 0.42 0 0.35 0.33 129.17 0.3 0.53
Hex 64 AC 6F 2A 0 23 21 81 1E 35
Octal 144 254 157 52 0 43 41 201 36 65
Binary 1100100 10101100 1101111 101010 0 100011 100001 10000001 11110 110101

Color Harmonies of #64AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC6F

Black with #64AC6F

Text Example


Text Example

White with #64AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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