#66AC68

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

Shades of Fern #66AC68

Tints of Fern #66AC68

Color information

#66AC68 (or 0x66AC68) is unknown color: approx Fern. HEX triplet: 66, AC and 68. RGB value is (102,172,104). Sum of RGB (Red+Green+Blue) = 102+172+104=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC68 is #995397. Grayscale: #8F8F8F. Windows color (decimal): -10048408 or 6859878. OLE color: 6859878.

HSL color Cylindrical-coordinate representation of color #66AC68: hue angle of 121.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC68 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB102172104-
CMYK0.4100.400.33
HSL121.71º29.66%53.73%-
HSV(B)121.71º40.7%67.45%-
XYZ22.7333.3318.33-
YUV143.32105.8198.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=26.98%
G=45.50%
B=27.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721040.4100.400.33121.7129.6653.73
Hex66AC6829028217a1e36
Octal14625415051050411723666
Binary11001101010110011010001010010101000100001111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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