Html Css Color HEX #64AB65 Fern

📋 copy color: '#64AB65'

red 100 ◦ green 171 ◦ blue 101

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

Shades of Fern #64AB65

Tints of Fern #64AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 26.88%
G = 45.97%
B = 27.15%

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

#64AB65 (or 0x64AB65) is known color: Fern. HEX triplet: 64, AB and 65. RGB value is (100,171,101). Sum of RGB (Red+Green+Blue) = 100+171+101=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB65 is #9B549A. Grayscale: #8E8E8E. Windows color (decimal): -10179739 or 6663012. OLE color: 6663012.

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

Color convert

RGB 100 171 101 -
CMYK 0.42 0 0.41 0.33
HSL 120.85º 0.3% 0.53% -
HSV(B) 120.85º 0.42% 0.67% -
XYZ 22.17 32.77 17.47 -
YUV 141.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 100 171 101 0.42 0 0.41 0.33 120.85 0.3 0.53
Hex 64 AB 65 2A 0 29 21 79 1E 35
Octal 144 253 145 52 0 51 41 171 36 65
Binary 1100100 10101011 1100101 101010 0 101001 100001 1111001 11110 110101

Color Harmonies of #64AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB65

Black with #64AB65

Text Example


Text Example

White with #64AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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