#66A766

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

Shades of Fern #66A766

Tints of Fern #66A766

Color information

#66A766 (or 0x66A766) is unknown color: approx Fern. HEX triplet: 66, A7 and 66. RGB value is (102,167,102). Sum of RGB (Red+Green+Blue) = 102+167+102=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #66A766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A766 is #995899. Grayscale: #8C8C8C. Windows color (decimal): -10049690 or 6727526. OLE color: 6727526.

HSL color Cylindrical-coordinate representation of color #66A766: hue angle of 120º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A766 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB102167102-
CMYK0.3900.390.35
HSL120º26.97%52.75%-
HSV(B)120º38.92%65.49%-
XYZ21.731.4217.49-
YUV140.15106.47100.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 167 (65.62% from 255) = 45.01%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=27.49%
G=45.01%
B=27.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671020.3900.390.3512026.9752.75
Hex66A7662702723781b35
Octal14624714647047431703365
Binary11001101010011111001101001110100111100011111100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,102); }

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

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

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

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

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

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

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