#66B66B

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

Shades of Fern #66B66B

Tints of Fern #66B66B

Color information

#66B66B (or 0x66B66B) is unknown color: approx Fern. HEX triplet: 66, B6 and 6B. RGB value is (102,182,107). Sum of RGB (Red+Green+Blue) = 102+182+107=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #66B66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B66B is #994994. Grayscale: #959595. Windows color (decimal): -10045845 or 7059046. OLE color: 7059046.

HSL color Cylindrical-coordinate representation of color #66B66B: hue angle of 123.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 #66B66B is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB102182107-
CMYK0.4400.410.29
HSL123.75º35.4%55.69%-
HSV(B)123.75º43.96%71.37%-
XYZ24.8637.3419.81-
YUV149.5310494.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=26.09%
G=46.55%
B=27.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021821070.4400.410.29123.7535.455.69
Hex66B66B2C0291D7c2338
Octal14626615354051351744370
Binary11001101011011011010111011000101001111011111100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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