Html Css Color HEX #64AA6B Fern

📋 copy color: '#64AA6B'

red 100 ◦ green 170 ◦ blue 107

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

Shades of Fern #64AA6B

Tints of Fern #64AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 26.53%
G = 45.09%
B = 28.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#64AA6B (or 0x64AA6B) is known color: Fern. HEX triplet: 64, AA and 6B. RGB value is (100,170,107). Sum of RGB (Red+Green+Blue) = 100+170+107=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA6B is #9B5594. Grayscale: #8E8E8E. Windows color (decimal): -10179989 or 7055972. OLE color: 7055972.

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

Color convert

RGB 100 170 107 -
CMYK 0.41 0 0.37 0.33
HSL 126º 0.29% 0.53% -
HSV(B) 126º 0.41% 0.67% -
XYZ 22.28 32.52 19.01 -
YUV 141.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 100 170 107 0.41 0 0.37 0.33 126 0.29 0.53
Hex 64 AA 6B 29 0 25 21 7E 1D 35
Octal 144 252 153 51 0 45 41 176 35 65
Binary 1100100 10101010 1101011 101001 0 100101 100001 1111110 11101 110101

Color Harmonies of #64AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA6B

Black with #64AA6B

Text Example


Text Example

White with #64AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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