#64BE76

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

Shades of Fern #64BE76

Tints of Fern #64BE76

Color information

#64BE76 (or 0x64BE76) is unknown color: approx Fern. HEX triplet: 64, BE and 76. RGB value is (100,190,118). Sum of RGB (Red+Green+Blue) = 100+190+118=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE76 is #9B4189. Grayscale: #9B9B9B. Windows color (decimal): -10174858 or 7781988. OLE color: 7781988.

HSL color Cylindrical-coordinate representation of color #64BE76: hue angle of 132º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE76 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB100190118-
CMYK0.4700.380.25
HSL132º40.91%56.86%-
HSV(B)132º47.37%74.51%-
XYZ26.9440.8423.6-
YUV154.88107.1888.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=24.51%
G=46.57%
B=28.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901180.4700.380.2513240.9156.86
Hex64BE762F02619842939
Octal14427616657046312045171
Binary110010010111110111011010111101001101100110000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,118); }

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

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

 a { background-color: rgb(100,190,118); }

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

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

 span { border-color: rgb(100,190,118); }

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