#64AF6F

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

Shades of Fern #64AF6F

Tints of Fern #64AF6F

Color information

#64AF6F (or 0x64AF6F) is unknown color: approx Fern. HEX triplet: 64, AF and 6F. RGB value is (100,175,111). Sum of RGB (Red+Green+Blue) = 100+175+111=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF6F is #9B5090. Grayscale: #919191. Windows color (decimal): -10178705 or 7319396. OLE color: 7319396.

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

Color convert

RGB100175111-
CMYK0.4300.370.31
HSL128.8º31.91%53.92%-
HSV(B)128.8º42.86%68.63%-
XYZ23.4534.5220.47-
YUV145.28108.6595.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=25.91%
G=45.34%
B=28.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001751110.4300.370.31128.831.9153.92
Hex64AF6F2B0251F812036
Octal14425715753045372014066
Binary110010010101111110111110101101001011111110000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,111); }

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

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

 a { background-color: rgb(100,175,111); }

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

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

 span { border-color: rgb(100,175,111); }

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