#66B96D

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

Shades of Fern #66B96D

Tints of Fern #66B96D

Color information

#66B96D (or 0x66B96D) is unknown color: approx Fern. HEX triplet: 66, B9 and 6D. RGB value is (102,185,109). Sum of RGB (Red+Green+Blue) = 102+185+109=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #66B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B96D is #994692. Grayscale: #979797. Windows color (decimal): -10045075 or 7190886. OLE color: 7190886.

HSL color Cylindrical-coordinate representation of color #66B96D: hue angle of 125.06º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B96D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB102185109-
CMYK0.4500.410.27
HSL125.06º37.22%56.27%-
HSV(B)125.06º44.86%72.55%-
XYZ25.5938.6320.58-
YUV151.5210492.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 185 (72.66% from 255) = 46.72%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=25.76%
G=46.72%
B=27.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851090.4500.410.27125.0637.2256.27
Hex66B96D2D0291B7d2538
Octal14627115555051331754570
Binary11001101011100111011011011010101001110111111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,109); }

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

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

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

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

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

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

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