Html Css Color HEX #64AB72 Fern

📋 copy color: '#64AB72'

red 100 ◦ green 171 ◦ blue 114

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

Shades of Fern #64AB72

Tints of Fern #64AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 25.97%
G = 44.42%
B = 29.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#64AB72 (or 0x64AB72) is known color: Fern. HEX triplet: 64, AB and 72. RGB value is (100,171,114). Sum of RGB (Red+Green+Blue) = 100+171+114=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB72 is #9B548D. Grayscale: #8F8F8F. Windows color (decimal): -10179726 or 7514980. OLE color: 7514980.

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

Color convert

RGB 100 171 114 -
CMYK 0.42 0 0.33 0.33
HSL 131.83º 0.3% 0.53% -
HSV(B) 131.83º 0.42% 0.67% -
XYZ 22.86 33.05 21.09 -
YUV 143.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 100 171 114 0.42 0 0.33 0.33 131.83 0.3 0.53
Hex 64 AB 72 2A 0 21 21 84 1E 35
Octal 144 253 162 52 0 41 41 204 36 65
Binary 1100100 10101011 1110010 101010 0 100001 100001 10000100 11110 110101

Color Harmonies of #64AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB72

Black with #64AB72

Text Example


Text Example

White with #64AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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