#64BA67

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

Shades of Fern #64BA67

Tints of Fern #64BA67

Color information

#64BA67 (or 0x64BA67) is unknown color: approx Fern. HEX triplet: 64, BA and 67. RGB value is (100,186,103). Sum of RGB (Red+Green+Blue) = 100+186+103=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA67 is #9B4598. Grayscale: #979797. Windows color (decimal): -10175897 or 6797924. OLE color: 6797924.

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

Color convert

RGB100186103-
CMYK0.4600.450.27
HSL122.09º38.39%56.08%-
HSV(B)122.09º46.24%72.94%-
XYZ25.2638.8118.99-
YUV150.82101.0191.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=25.71%
G=47.81%
B=26.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861030.4600.450.27122.0938.3956.08
Hex64BA672E02D1B7a2638
Octal14427214756055331724670
Binary11001001011101011001111011100101101110111111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,186,103); }

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

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

 a { background-color: rgb(100,186,103); }

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

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

 span { border-color: rgb(100,186,103); }

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