#66BC69

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

Shades of Fern #66BC69

Tints of Fern #66BC69

Color information

#66BC69 (or 0x66BC69) is unknown color: approx Fern. HEX triplet: 66, BC and 69. RGB value is (102,188,105). Sum of RGB (Red+Green+Blue) = 102+188+105=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC69 is #994396. Grayscale: #999999. Windows color (decimal): -10044311 or 6929510. OLE color: 6929510.

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

Color convert

RGB102188105-
CMYK0.4600.440.26
HSL122.09º39.09%56.86%-
HSV(B)122.09º45.74%73.73%-
XYZ26.0139.8119.68-
YUV152.82101.0191.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 188 (73.83% from 255) = 47.59%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=25.82%
G=47.59%
B=26.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881050.4600.440.26122.0939.0956.86
Hex66BC692E02C1A7a2739
Octal14627415156054321724771
Binary11001101011110011010011011100101100110101111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,105); }

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

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

 a { background-color: rgb(102,188,105); }

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

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

 span { border-color: rgb(102,188,105); }

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