#64A268

Color #64A268 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #64A268

Tints of Fern #64A268

Color information

#64A268 (or 0x64A268) is unknown color: approx 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

RGB100162104-
CMYK0.3800.360.36
HSL123.87º25%51.37%-
HSV(B)123.87º38.27%63.53%-
XYZ20.6729.5517.71-
YUV136.85109.46101.72-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001621040.3800.360.36123.872551.37
Hex64A26826024247c1933
Octal14424215046044441743163
Binary11001001010001011010001001100100100100100111110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>