#64B760

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

Shades of Fern #64B760

Tints of Fern #64B760

Color information

#64B760 (or 0x64B760) is unknown color: approx Fern. HEX triplet: 64, B7 and 60. RGB value is (100,183,96). Sum of RGB (Red+Green+Blue) = 100+183+96=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #64B760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B760 is #9B489F. Grayscale: #949494. Windows color (decimal): -10176672 or 6338404. OLE color: 6338404.

HSL color Cylindrical-coordinate representation of color #64B760: hue angle of 117.24º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B760 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10018396-
CMYK0.4500.480.28
HSL117.24º37.66%54.71%-
HSV(B)117.24º47.54%71.76%-
XYZ24.337.4217.01-
YUV148.2698.593.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=26.39%
G=48.28%
B=25.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100183960.4500.480.28117.2437.6654.71
Hex64B7602D0301C752637
Octal14426714055060341654667
Binary11001001011011111000001011010110000111001110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,183,96); }

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

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

 a { background-color: rgb(100,183,96); }

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

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

 span { border-color: rgb(100,183,96); }

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