#64B96C

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

Shades of Fern #64B96C

Tints of Fern #64B96C

Color information

#64B96C (or 0x64B96C) is unknown color: approx Fern. HEX triplet: 64, B9 and 6C. RGB value is (100,185,108). Sum of RGB (Red+Green+Blue) = 100+185+108=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #64B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B96C is #9B4693. Grayscale: #979797. Windows color (decimal): -10176148 or 7125348. OLE color: 7125348.

HSL color Cylindrical-coordinate representation of color #64B96C: hue angle of 125.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B96C is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB100185108-
CMYK0.4600.420.27
HSL125.65º37.78%55.88%-
HSV(B)125.65º45.95%72.55%-
XYZ25.3138.4920.28-
YUV150.81103.8491.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=25.45%
G=47.07%
B=27.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851080.4600.420.27125.6537.7855.88
Hex64B96C2E02A1B7e2638
Octal14427115456052331764670
Binary11001001011100111011001011100101010110111111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,108); }

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

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

 a { background-color: rgb(100,185,108); }

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

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

 span { border-color: rgb(100,185,108); }

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