#66C669

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

Shades of Fern #66C669

Tints of Fern #66C669

Color information

#66C669 (or 0x66C669) is unknown color: approx Fern. HEX triplet: 66, C6 and 69. RGB value is (102,198,105). Sum of RGB (Red+Green+Blue) = 102+198+105=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #66C669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C669 is #993996. Grayscale: #9E9E9E. Windows color (decimal): -10041751 or 6932070. OLE color: 6932070.

HSL color Cylindrical-coordinate representation of color #66C669: hue angle of 121.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C669 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB102198105-
CMYK0.4800.470.22
HSL121.88º45.71%58.82%-
HSV(B)121.88º48.48%77.65%-
XYZ28.2244.2320.41-
YUV158.6997.787.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 198 (77.73% from 255) = 48.89%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=25.19%
G=48.89%
B=25.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021981050.4800.470.22121.8845.7158.82
Hex66C6693002F167a2e3b
Octal14630615160057261725673
Binary11001101100011011010011100000101111101101111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,198,105); }

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

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

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

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

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

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

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