#66B66F

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

Shades of Fern #66B66F

Tints of Fern #66B66F

Color information

#66B66F (or 0x66B66F) is unknown color: approx Fern. HEX triplet: 66, B6 and 6F. RGB value is (102,182,111). Sum of RGB (Red+Green+Blue) = 102+182+111=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #66B66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B66F is #994990. Grayscale: #969696. Windows color (decimal): -10045841 or 7321190. OLE color: 7321190.

HSL color Cylindrical-coordinate representation of color #66B66F: hue angle of 126.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B66F is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB102182111-
CMYK0.4400.390.29
HSL126.75º35.4%55.69%-
HSV(B)126.75º43.96%71.37%-
XYZ25.0837.4320.94-
YUV149.9910693.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=25.82%
G=46.08%
B=28.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021821110.4400.390.29126.7535.455.69
Hex66B66F2C0271D7f2338
Octal14626615754047351774370
Binary11001101011011011011111011000100111111011111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,182,111); }

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

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

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

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

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

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

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