#61AC64

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

Shades of Fern #61AC64

Tints of Fern #61AC64

Color information

#61AC64 (or 0x61AC64) is unknown color: approx Fern. HEX triplet: 61, AC and 64. RGB value is (97,172,100). Sum of RGB (Red+Green+Blue) = 97+172+100=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AC64 is #9E539B. Grayscale: #8D8D8D. Windows color (decimal): -10376092 or 6597729. OLE color: 6597729.

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

Color convert

RGB97172100-
CMYK0.4400.420.33
HSL122.4º31.12%52.75%-
HSV(B)122.4º43.6%67.45%-
XYZ21.9832.9717.26-
YUV141.37104.6596.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=26.29%
G=46.61%
B=27.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721000.4400.420.33122.431.1252.75
Hex61AC642C02A217a1f35
Octal14125414454052411723765
Binary11000011010110011001001011000101010100001111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AC64; }

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

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

<style>
 a { background-color: #61AC64; }

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

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

<style>
 span { border-color: #61AC64; }

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

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