#66AD65

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

Shades of Fern #66AD65

Tints of Fern #66AD65

Color information

#66AD65 (or 0x66AD65) is unknown color: approx Fern. HEX triplet: 66, AD and 65. RGB value is (102,173,101). Sum of RGB (Red+Green+Blue) = 102+173+101=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD65 is #99529A. Grayscale: #8F8F8F. Windows color (decimal): -10048155 or 6663526. OLE color: 6663526.

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

Color convert

RGB102173101-
CMYK0.4100.420.32
HSL119.17º30.51%53.73%-
HSV(B)119.17º41.62%67.84%-
XYZ22.7733.6517.61-
YUV143.56103.9898.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=27.13%
G=46.01%
B=26.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021731010.4100.420.32119.1730.5153.73
Hex66AD652902A20771f36
Octal14625514551052401673766
Binary11001101010110111001011010010101010100000111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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