#66B473

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

Shades of Fern #66B473

Tints of Fern #66B473

Color information

#66B473 (or 0x66B473) is unknown color: approx Fern. HEX triplet: 66, B4 and 73. RGB value is (102,180,115). Sum of RGB (Red+Green+Blue) = 102+180+115=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #66B473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B473 is #994B8C. Grayscale: #959595. Windows color (decimal): -10046349 or 7582822. OLE color: 7582822.

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

Color convert

RGB102180115-
CMYK0.4300.360.29
HSL130º34.21%55.29%-
HSV(B)130º43.33%70.59%-
XYZ24.936.7121.99-
YUV149.27108.6694.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=25.69%
G=45.34%
B=28.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021801150.4300.360.2913034.2155.29
Hex66B4732B0241D822237
Octal14626416353044352024267
Binary110011010110100111001110101101001001110110000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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