Html Css Color HEX #64A66D Fern

📋 copy color: '#64A66D'

red 100 ◦ green 166 ◦ blue 109

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

Shades of Fern #64A66D

Tints of Fern #64A66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 26.67%
G = 44.27%
B = 29.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#64A66D (or 0x64A66D) is known color: Fern. HEX triplet: 64, A6 and 6D. RGB value is (100,166,109). Sum of RGB (Red+Green+Blue) = 100+166+109=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #64A66D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A66D is #9B5992. Grayscale: #8B8B8B. Windows color (decimal): -10181011 or 7186020. OLE color: 7186020.

HSL color Cylindrical-coordinate representation of color #64A66D: hue angle of 128.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A66D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 109 -
CMYK 0.40 0 0.34 0.35
HSL 128.18º 0.27% 0.52% -
HSV(B) 128.18º 0.4% 0.65% -
XYZ 21.65 31.09 19.33 -
YUV 139.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 100 166 109 0.40 0 0.34 0.35 128.18 0.27 0.52
Hex 64 A6 6D 28 0 22 23 80 1B 34
Octal 144 246 155 50 0 42 43 200 33 64
Binary 1100100 10100110 1101101 101000 0 100010 100011 10000000 11011 110100

Color Harmonies of #64A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A66D

Black with #64A66D

Text Example


Text Example

White with #64A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,166,109); }

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

background-color css

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

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

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

border-color css

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

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

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