#64ac74

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

Shades of Fern #64AC74

Tints of Fern #64AC74

Color information

#64AC74 (or 0x64AC74) is unknown color: approx Fern. HEX triplet: 64, AC and 74. RGB value is (100,172,116). Sum of RGB (Red+Green+Blue) = 100+172+116=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC74 is #9B538B. Grayscale: #909090. Windows color (decimal): -10179468 or 7646308. OLE color: 7646308.

HSL color Cylindrical-coordinate representation of color #64AC74: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC74 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB100172116-
CMYK0.4200.330.33
HSL133.33º30.25%53.33%-
HSV(B)133.33º41.86%67.45%-
XYZ23.1633.4821.76-
YUV144.09112.1596.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=25.77%
G=44.33%
B=29.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721160.4200.330.33133.3330.2553.33
Hex64AC742A02121851e35
Octal14425416452041412053665
Binary110010010101100111010010101001000011000011000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ac74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,116); }

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

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

 a { background-color: rgb(100,172,116); }

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

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

 span { border-color: rgb(100,172,116); }

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