Html Css Color HEX #64A268 Fern

📋 copy color: '#64A268'

red 100 ◦ green 162 ◦ blue 104

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

Shades of Fern #64A268

Tints of Fern #64A268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 27.32%
G = 44.26%
B = 28.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#64A268 (or 0x64A268) is known color: Fern. HEX triplet: 64, A2 and 68. RGB value is (100,162,104). Sum of RGB (Red+Green+Blue) = 100+162+104=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #64A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A268 is #9B5D97. Grayscale: #898989. Windows color (decimal): -10182040 or 6857316. OLE color: 6857316.

HSL color Cylindrical-coordinate representation of color #64A268: hue angle of 123.87º 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 #64A268 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 104 -
CMYK 0.38 0 0.36 0.36
HSL 123.87º 0.25% 0.51% -
HSV(B) 123.87º 0.38% 0.64% -
XYZ 20.67 29.55 17.71 -
YUV 136.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 100 162 104 0.38 0 0.36 0.36 123.87 0.25 0.51
Hex 64 A2 68 26 0 24 24 7C 19 33
Octal 144 242 150 46 0 44 44 174 31 63
Binary 1100100 10100010 1101000 100110 0 100100 100100 1111100 11001 110011

Color Harmonies of #64A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A268

Black with #64A268

Text Example


Text Example

White with #64A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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