#66AD61

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

Shades of Fern #66AD61

Tints of Fern #66AD61

Color information

#66AD61 (or 0x66AD61) is unknown color: approx Fern. HEX triplet: 66, AD and 61. RGB value is (102,173,97). Sum of RGB (Red+Green+Blue) = 102+173+97=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD61 is #99529E. Grayscale: #8F8F8F. Windows color (decimal): -10048159 or 6401382. OLE color: 6401382.

HSL color Cylindrical-coordinate representation of color #66AD61: hue angle of 116.05º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66AD61 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB10217397-
CMYK0.4100.440.32
HSL116.05º31.67%52.94%-
HSV(B)116.05º43.93%67.84%-
XYZ22.5833.5716.6-
YUV143.11101.9898.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=27.42%
G=46.51%
B=26.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102173970.4100.440.32116.0531.6752.94
Hex66AD612902C20742035
Octal14625514151054401644065
Binary110011010101101110000110100101011001000001110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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