#66BC73

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

Shades of Fern #66BC73

Tints of Fern #66BC73

Color information

#66BC73 (or 0x66BC73) is unknown color: approx Fern. HEX triplet: 66, BC and 73. RGB value is (102,188,115). Sum of RGB (Red+Green+Blue) = 102+188+115=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC73 is #99438C. Grayscale: #9A9A9A. Windows color (decimal): -10044301 or 7584870. OLE color: 7584870.

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

Color convert

RGB102188115-
CMYK0.4600.390.26
HSL129.07º39.09%56.86%-
HSV(B)129.07º45.74%73.73%-
XYZ26.5640.0322.55-
YUV153.96106.0190.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=25.19%
G=46.42%
B=28.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881150.4600.390.26129.0739.0956.86
Hex66BC732E0271A812739
Octal14627416356047322014771
Binary110011010111100111001110111001001111101010000001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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