Html Css Color HEX #64A266 Fern

📋 copy color: '#64A266'

red 100 ◦ green 162 ◦ blue 102

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

Shades of Fern #64A266

Tints of Fern #64A266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.51%

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

R = 27.47%
G = 44.51%
B = 28.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#64A266 (or 0x64A266) is known color: Fern. HEX triplet: 64, A2 and 66. RGB value is (100,162,102). Sum of RGB (Red+Green+Blue) = 100+162+102=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #64A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A266 is #9B5D99. Grayscale: #888888. Windows color (decimal): -10182042 or 6726244. OLE color: 6726244.

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

Color convert

RGB 100 162 102 -
CMYK 0.38 0 0.37 0.36
HSL 121.94º 0.25% 0.51% -
HSV(B) 121.94º 0.38% 0.64% -
XYZ 20.57 29.51 17.18 -
YUV 136.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 100 162 102 0.38 0 0.37 0.36 121.94 0.25 0.51
Hex 64 A2 66 26 0 25 24 7A 19 33
Octal 144 242 146 46 0 45 44 172 31 63
Binary 1100100 10100010 1100110 100110 0 100101 100100 1111010 11001 110011

Color Harmonies of #64A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A266

Black with #64A266

Text Example


Text Example

White with #64A266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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