#64B67C

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

Shades of Fern #64B67C

Tints of Fern #64B67C

Color information

#64B67C (or 0x64B67C) is unknown color: approx Fern. HEX triplet: 64, B6 and 7C. RGB value is (100,182,124). Sum of RGB (Red+Green+Blue) = 100+182+124=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #64B67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B67C is #9B4983. Grayscale: #979797. Windows color (decimal): -10176900 or 8173156. OLE color: 8173156.

HSL color Cylindrical-coordinate representation of color #64B67C: hue angle of 137.56º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B67C is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB100182124-
CMYK0.4500.320.29
HSL137.56º35.96%55.29%-
HSV(B)137.56º45.05%71.37%-
XYZ25.6237.6224.98-
YUV150.87112.8391.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 182 (71.48% from 255) = 44.83%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=24.63%
G=44.83%
B=30.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001821240.4500.320.29137.5635.9655.29
Hex64B67C2D0201D8a2437
Octal14426617455040352124467
Binary110010010110110111110010110101000001110110001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,124); }

 H1.HeaderClassName
 {
   color: #64B67C;
 }
 .AnyTagClassName
 {
   color: #64B67C;
 }
</style>
background-color css

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

 a { background-color: rgb(100,182,124); }

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

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

 span { border-color: rgb(100,182,124); }

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