Html Css Color HEX #64AB64 Fern

📋 copy color: '#64AB64'

red 100 ◦ green 171 ◦ blue 100

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

Shades of Fern #64AB64

Tints of Fern #64AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 26.95%
G = 46.09%
B = 26.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#64AB64 (or 0x64AB64) is known color: Fern. HEX triplet: 64, AB and 64. RGB value is (100,171,100). Sum of RGB (Red+Green+Blue) = 100+171+100=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB64 is #9B549B. Grayscale: #8D8D8D. Windows color (decimal): -10179740 or 6597476. OLE color: 6597476.

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

Color convert

RGB 100 171 100 -
CMYK 0.42 0 0.42 0.33
HSL 120º 0.3% 0.53% -
HSV(B) 120º 0.42% 0.67% -
XYZ 22.12 32.76 17.21 -
YUV 141.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 100 171 100 0.42 0 0.42 0.33 120 0.3 0.53
Hex 64 AB 64 2A 0 2A 21 78 1E 35
Octal 144 253 144 52 0 52 41 170 36 65
Binary 1100100 10101011 1100100 101010 0 101010 100001 1111000 11110 110101

Color Harmonies of #64AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB64

Black with #64AB64

Text Example


Text Example

White with #64AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,100); }

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

background-color css

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

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

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

border-color css

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

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

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