Html Css Color HEX #64A66E Fern

📋 copy color: '#64A66E'

red 100 ◦ green 166 ◦ blue 110

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

Shades of Fern #64A66E

Tints of Fern #64A66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 26.6%
G = 44.15%
B = 29.26%

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

#64A66E (or 0x64A66E) is known color: Fern. HEX triplet: 64, A6 and 6E. RGB value is (100,166,110). Sum of RGB (Red+Green+Blue) = 100+166+110=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #64A66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A66E is #9B5991. Grayscale: #8C8C8C. Windows color (decimal): -10181010 or 7251556. OLE color: 7251556.

HSL color Cylindrical-coordinate representation of color #64A66E: hue angle of 129.09º 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 #64A66E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 110 -
CMYK 0.40 0 0.34 0.35
HSL 129.09º 0.27% 0.52% -
HSV(B) 129.09º 0.4% 0.65% -
XYZ 21.71 31.11 19.61 -
YUV 139.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 100 166 110 0.40 0 0.34 0.35 129.09 0.27 0.52
Hex 64 A6 6E 28 0 22 23 81 1B 34
Octal 144 246 156 50 0 42 43 201 33 64
Binary 1100100 10100110 1101110 101000 0 100010 100011 10000001 11011 110100

Color Harmonies of #64A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A66E

Black with #64A66E

Text Example


Text Example

White with #64A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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