Html Css Color HEX #64AA71 Fern

📋 copy color: '#64AA71'

red 100 ◦ green 170 ◦ blue 113

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

Shades of Fern #64AA71

Tints of Fern #64AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 26.11%
G = 44.39%
B = 29.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#64AA71 (or 0x64AA71) is known color: Fern. HEX triplet: 64, AA and 71. RGB value is (100,170,113). Sum of RGB (Red+Green+Blue) = 100+170+113=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA71 is #9B558E. Grayscale: #8E8E8E. Windows color (decimal): -10179983 or 7449188. OLE color: 7449188.

HSL color Cylindrical-coordinate representation of color #64AA71: hue angle of 131.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AA71 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 170 113 -
CMYK 0.41 0 0.34 0.33
HSL 131.14º 0.29% 0.53% -
HSV(B) 131.14º 0.41% 0.67% -
XYZ 22.61 32.65 20.73 -
YUV 142.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 100 170 113 0.41 0 0.34 0.33 131.14 0.29 0.53
Hex 64 AA 71 29 0 22 21 83 1D 35
Octal 144 252 161 51 0 42 41 203 35 65
Binary 1100100 10101010 1110001 101001 0 100010 100001 10000011 11101 110101

Color Harmonies of #64AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA71

Black with #64AA71

Text Example


Text Example

White with #64AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,113); }

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

background-color css

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

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

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

border-color css

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

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

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