#64BA69

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

Shades of Fern #64BA69

Tints of Fern #64BA69

Color information

#64BA69 (or 0x64BA69) is unknown color: approx Fern. HEX triplet: 64, BA and 69. RGB value is (100,186,105). Sum of RGB (Red+Green+Blue) = 100+186+105=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA69 is #9B4596. Grayscale: #979797. Windows color (decimal): -10175895 or 6928996. OLE color: 6928996.

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

Color convert

RGB100186105-
CMYK0.4600.440.27
HSL123.49º38.39%56.08%-
HSV(B)123.49º46.24%72.94%-
XYZ25.3638.8519.53-
YUV151.05102.0191.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=25.58%
G=47.57%
B=26.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861050.4600.440.27123.4938.3956.08
Hex64BA692E02C1B7b2638
Octal14427215156054331734670
Binary11001001011101011010011011100101100110111111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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