#64B661

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

Shades of Fern #64B661

Tints of Fern #64B661

Color information

#64B661 (or 0x64B661) is unknown color: approx Fern. HEX triplet: 64, B6 and 61. RGB value is (100,182,97). Sum of RGB (Red+Green+Blue) = 100+182+97=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #64B661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B661 is #9B499E. Grayscale: #949494. Windows color (decimal): -10176927 or 6403684. OLE color: 6403684.

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

Color convert

RGB10018297-
CMYK0.4500.470.29
HSL117.88º36.8%54.71%-
HSV(B)117.88º46.7%71.37%-
XYZ24.1437.0317.18-
YUV147.7999.3393.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=26.39%
G=48.02%
B=25.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100182970.4500.470.29117.8836.854.71
Hex64B6612D02F1D762537
Octal14426614155057351664567
Binary11001001011011011000011011010101111111011110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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