#64AE69

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

Shades of Fern #64AE69

Tints of Fern #64AE69

Color information

#64AE69 (or 0x64AE69) is unknown color: approx Fern. HEX triplet: 64, AE and 69. RGB value is (100,174,105). Sum of RGB (Red+Green+Blue) = 100+174+105=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE69 is #9B5196. Grayscale: #909090. Windows color (decimal): -10178967 or 6925924. OLE color: 6925924.

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

Color convert

RGB100174105-
CMYK0.4300.400.32
HSL124.05º31.36%53.73%-
HSV(B)124.05º42.53%68.24%-
XYZ22.943418.72-
YUV144.01105.9896.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=26.39%
G=45.91%
B=27.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741050.4300.400.32124.0531.3653.73
Hex64AE692B028207c1f36
Octal14425615153050401743766
Binary11001001010111011010011010110101000100000111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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