#64B05F

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

Shades of Fern #64B05F

Tints of Fern #64B05F

Color information

#64B05F (or 0x64B05F) is unknown color: approx Fern. HEX triplet: 64, B0 and 5F. RGB value is (100,176,95). Sum of RGB (Red+Green+Blue) = 100+176+95=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05F is #9B4FA0. Grayscale: #909090. Windows color (decimal): -10178465 or 6271076. OLE color: 6271076.

HSL color Cylindrical-coordinate representation of color #64B05F: hue angle of 116.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B05F is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB10017695-
CMYK0.4300.460.31
HSL116.3º33.89%53.14%-
HSV(B)116.3º46.02%69.02%-
XYZ22.8534.5916.3-
YUV144.04100.3296.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=26.95%
G=47.44%
B=25.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176950.4300.460.31116.333.8953.14
Hex64B05F2B02E1F742235
Octal14426013753056371644265
Binary11001001011000010111111010110101110111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,95); }

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

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

 a { background-color: rgb(100,176,95); }

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

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

 span { border-color: rgb(100,176,95); }

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