#66BA73

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

Shades of Fern #66BA73

Tints of Fern #66BA73

Color information

#66BA73 (or 0x66BA73) is unknown color: approx Fern. HEX triplet: 66, BA and 73. RGB value is (102,186,115). Sum of RGB (Red+Green+Blue) = 102+186+115=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA73 is #99458C. Grayscale: #989898. Windows color (decimal): -10044813 or 7584358. OLE color: 7584358.

HSL color Cylindrical-coordinate representation of color #66BA73: hue angle of 129.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA73 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB102186115-
CMYK0.4500.380.27
HSL129.29º37.84%56.47%-
HSV(B)129.29º45.16%72.94%-
XYZ26.1339.1822.4-
YUV152.79106.6791.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=25.31%
G=46.15%
B=28.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861150.4500.380.27129.2937.8456.47
Hex66BA732D0261B812638
Octal14627216355046332014670
Binary110011010111010111001110110101001101101110000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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