#66BD68

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

Shades of Fern #66BD68

Tints of Fern #66BD68

Color information

#66BD68 (or 0x66BD68) is unknown color: approx Fern. HEX triplet: 66, BD and 68. RGB value is (102,189,104). Sum of RGB (Red+Green+Blue) = 102+189+104=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD68 is #994297. Grayscale: #999999. Windows color (decimal): -10044056 or 6864230. OLE color: 6864230.

HSL color Cylindrical-coordinate representation of color #66BD68: hue angle of 121.38º 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 #66BD68 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB102189104-
CMYK0.4600.450.26
HSL121.38º39.73%57.06%-
HSV(B)121.38º46.03%74.12%-
XYZ26.1840.2219.48-
YUV153.3100.1891.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=25.82%
G=47.85%
B=26.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891040.4600.450.26121.3839.7357.06
Hex66BD682E02D1A792839
Octal14627515056055321715071
Binary11001101011110111010001011100101101110101111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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