Html Css Color HEX #64A366 Fern

📋 copy color: '#64A366'

red 100 ◦ green 163 ◦ blue 102

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

Shades of Fern #64A366

Tints of Fern #64A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 27.4%
G = 44.66%
B = 27.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#64A366 (or 0x64A366) is known color: Fern. HEX triplet: 64, A3 and 66. RGB value is (100,163,102). Sum of RGB (Red+Green+Blue) = 100+163+102=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #64A366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A366 is #9B5C99. Grayscale: #898989. Windows color (decimal): -10181786 or 6726500. OLE color: 6726500.

HSL color Cylindrical-coordinate representation of color #64A366: hue angle of 121.9º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A366 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 102 -
CMYK 0.39 0 0.37 0.36
HSL 121.9º 0.26% 0.52% -
HSV(B) 121.9º 0.39% 0.64% -
XYZ 20.75 29.86 17.24 -
YUV 137.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 100 163 102 0.39 0 0.37 0.36 121.9 0.26 0.52
Hex 64 A3 66 27 0 25 24 7A 1A 34
Octal 144 243 146 47 0 45 44 172 32 64
Binary 1100100 10100011 1100110 100111 0 100101 100100 1111010 11010 110100

Color Harmonies of #64A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A366

Black with #64A366

Text Example


Text Example

White with #64A366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,163,102); }

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

background-color css

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

 a { background-color: rgb(100,163,102); }

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

border-color css

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

 span { border-color: rgb(100,163,102); }

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