#66B45F

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

Shades of Fern #66B45F

Tints of Fern #66B45F

Color information

#66B45F (or 0x66B45F) is unknown color: approx Fern. HEX triplet: 66, B4 and 5F. RGB value is (102,180,95). Sum of RGB (Red+Green+Blue) = 102+180+95=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #66B45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B45F is #994BA0. Grayscale: #939393. Windows color (decimal): -10046369 or 6272102. OLE color: 6272102.

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

Color convert

RGB10218095-
CMYK0.4300.470.29
HSL115.06º36.17%53.92%-
HSV(B)115.06º47.22%70.59%-
XYZ23.8736.2916.57-
YUV146.9998.6695.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=27.06%
G=47.75%
B=25.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102180950.4300.470.29115.0636.1753.92
Hex66B45F2B02F1D732436
Octal14626413753057351634466
Binary11001101011010010111111010110101111111011110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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