#64B76E

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

Shades of Fern #64B76E

Tints of Fern #64B76E

Color information

#64B76E (or 0x64B76E) is unknown color: approx Fern. HEX triplet: 64, B7 and 6E. RGB value is (100,183,110). Sum of RGB (Red+Green+Blue) = 100+183+110=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #64B76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B76E is #9B4891. Grayscale: #969696. Windows color (decimal): -10176658 or 7255908. OLE color: 7255908.

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

Color convert

RGB100183110-
CMYK0.4500.400.28
HSL127.23º36.56%55.49%-
HSV(B)127.23º45.36%71.76%-
XYZ2537.720.71-
YUV149.86105.592.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=25.45%
G=46.56%
B=27.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1001831100.4500.400.28127.2336.5655.49
Hex64B76E2D0281C7f2537
Octal14426715655050341774567
Binary11001001011011111011101011010101000111001111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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