#64B666

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

Shades of Fern #64B666

Tints of Fern #64B666

Color information

#64B666 (or 0x64B666) is unknown color: approx Fern. HEX triplet: 64, B6 and 66. RGB value is (100,182,102). Sum of RGB (Red+Green+Blue) = 100+182+102=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #64B666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B666 is #9B4999. Grayscale: #949494. Windows color (decimal): -10176922 or 6731364. OLE color: 6731364.

HSL color Cylindrical-coordinate representation of color #64B666: hue angle of 121.46º 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 #64B666 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB100182102-
CMYK0.4500.440.29
HSL121.46º35.96%55.29%-
HSV(B)121.46º45.05%71.37%-
XYZ24.3837.1218.45-
YUV148.36101.8393.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 182 (71.48% from 255) = 47.40%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=26.04%
G=47.40%
B=26.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001821020.4500.440.29121.4635.9655.29
Hex64B6662D02C1D792437
Octal14426614655054351714467
Binary11001001011011011001101011010101100111011111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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