#64B96D

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

Shades of Fern #64B96D

Tints of Fern #64B96D

Color information

#64B96D (or 0x64B96D) is unknown color: approx Fern. HEX triplet: 64, B9 and 6D. RGB value is (100,185,109). Sum of RGB (Red+Green+Blue) = 100+185+109=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #64B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B96D is #9B4692. Grayscale: #979797. Windows color (decimal): -10176147 or 7190884. OLE color: 7190884.

HSL color Cylindrical-coordinate representation of color #64B96D: hue angle of 126.35º 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 #64B96D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB100185109-
CMYK0.4600.410.27
HSL126.35º37.78%55.88%-
HSV(B)126.35º45.95%72.55%-
XYZ25.3638.5120.56-
YUV150.92104.3491.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=25.38%
G=46.95%
B=27.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851090.4600.410.27126.3537.7855.88
Hex64B96D2E0291B7e2638
Octal14427115556051331764670
Binary11001001011100111011011011100101001110111111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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