#66BD76

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

Shades of Fern #66BD76

Tints of Fern #66BD76

Color information

#66BD76 (or 0x66BD76) is unknown color: approx Fern. HEX triplet: 66, BD and 76. RGB value is (102,189,118). Sum of RGB (Red+Green+Blue) = 102+189+118=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD76 is #994289. Grayscale: #9B9B9B. Windows color (decimal): -10044042 or 7781734. OLE color: 7781734.

HSL color Cylindrical-coordinate representation of color #66BD76: hue angle of 131.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD76 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB102189118-
CMYK0.4600.380.26
HSL131.03º39.73%57.06%-
HSV(B)131.03º46.03%74.12%-
XYZ26.9540.5323.54-
YUV154.89107.1890.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=24.94%
G=46.21%
B=28.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891180.4600.380.26131.0339.7357.06
Hex66BD762E0261A832839
Octal14627516656046322035071
Binary110011010111101111011010111001001101101010000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,118); }

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

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

 a { background-color: rgb(102,189,118); }

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

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

 span { border-color: rgb(102,189,118); }

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