#66B373

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

Shades of Fern #66B373

Tints of Fern #66B373

Color information

#66B373 (or 0x66B373) is unknown color: approx Fern. HEX triplet: 66, B3 and 73. RGB value is (102,179,115). Sum of RGB (Red+Green+Blue) = 102+179+115=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #66B373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B373 is #994C8C. Grayscale: #949494. Windows color (decimal): -10046605 or 7582566. OLE color: 7582566.

HSL color Cylindrical-coordinate representation of color #66B373: hue angle of 130.13º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B373 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB102179115-
CMYK0.4300.360.30
HSL130.13º33.62%55.1%-
HSV(B)130.13º43.02%70.2%-
XYZ24.6936.321.93-
YUV148.68108.9994.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 179 (70.31% from 255) = 45.20%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=25.76%
G=45.20%
B=29.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791150.4300.360.30130.1333.6255.1
Hex66B3732B0241E822237
Octal14626316353044362024267
Binary110011010110011111001110101101001001111010000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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