Html Css Color HEX #64AC69 Fern

📋 copy color: '#64AC69'

red 100 ◦ green 172 ◦ blue 105

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

Shades of Fern #64AC69

Tints of Fern #64AC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 26.53%
G = 45.62%
B = 27.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#64AC69 (or 0x64AC69) is known color: Fern. HEX triplet: 64, AC and 69. RGB value is (100,172,105). Sum of RGB (Red+Green+Blue) = 100+172+105=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC69 is #9B5396. Grayscale: #8F8F8F. Windows color (decimal): -10179479 or 6925412. OLE color: 6925412.

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

Color convert

RGB 100 172 105 -
CMYK 0.42 0 0.39 0.33
HSL 124.17º 0.3% 0.53% -
HSV(B) 124.17º 0.42% 0.67% -
XYZ 22.56 33.23 18.59 -
YUV 142.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 100 172 105 0.42 0 0.39 0.33 124.17 0.3 0.53
Hex 64 AC 69 2A 0 27 21 7C 1E 35
Octal 144 254 151 52 0 47 41 174 36 65
Binary 1100100 10101100 1101001 101010 0 100111 100001 1111100 11110 110101

Color Harmonies of #64AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC69

Black with #64AC69

Text Example


Text Example

White with #64AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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