#66AC74

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

Shades of Fern #66AC74

Tints of Fern #66AC74

Color information

#66AC74 (or 0x66AC74) is unknown color: approx Fern. HEX triplet: 66, AC and 74. RGB value is (102,172,116). Sum of RGB (Red+Green+Blue) = 102+172+116=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC74 is #99538B. Grayscale: #909090. Windows color (decimal): -10048396 or 7646310. OLE color: 7646310.

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

Color convert

RGB102172116-
CMYK0.4100.330.33
HSL132º29.66%53.73%-
HSV(B)132º40.7%67.45%-
XYZ23.3833.5921.77-
YUV144.69111.8197.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=26.15%
G=44.10%
B=29.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721160.4100.330.3313229.6653.73
Hex66AC742902121841e36
Octal14625416451041412043666
Binary110011010101100111010010100101000011000011000010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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