#66AC61

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

Shades of Fern #66AC61

Tints of Fern #66AC61

Color information

#66AC61 (or 0x66AC61) is unknown color: approx Fern. HEX triplet: 66, AC and 61. RGB value is (102,172,97). Sum of RGB (Red+Green+Blue) = 102+172+97=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC61 is #99539E. Grayscale: #8E8E8E. Windows color (decimal): -10048415 or 6401126. OLE color: 6401126.

HSL color Cylindrical-coordinate representation of color #66AC61: hue angle of 116º 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 #66AC61 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB10217297-
CMYK0.4100.440.33
HSL116º31.12%52.75%-
HSV(B)116º43.6%67.45%-
XYZ22.3933.1916.54-
YUV142.52102.3199.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=27.49%
G=46.36%
B=26.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102172970.4100.440.3311631.1252.75
Hex66AC612902C21741f35
Octal14625414151054411643765
Binary11001101010110011000011010010101100100001111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AC61; }

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

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

<style>
 a { background-color: #66AC61; }

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

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

<style>
 span { border-color: #66AC61; }

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

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