#66B560

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

Shades of Fern #66B560

Tints of Fern #66B560

Color information

#66B560 (or 0x66B560) is unknown color: approx Fern. HEX triplet: 66, B5 and 60. RGB value is (102,181,96). Sum of RGB (Red+Green+Blue) = 102+181+96=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #66B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B560 is #994A9F. Grayscale: #939393. Windows color (decimal): -10046112 or 6337894. OLE color: 6337894.

HSL color Cylindrical-coordinate representation of color #66B560: hue angle of 115.76º 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 #66B560 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10218196-
CMYK0.4400.470.29
HSL115.76º36.48%54.31%-
HSV(B)115.76º46.96%70.98%-
XYZ24.1136.7216.88-
YUV147.6998.8395.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=26.91%
G=47.76%
B=25.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181960.4400.470.29115.7636.4854.31
Hex66B5602C02F1D742436
Octal14626514054057351644466
Binary11001101011010111000001011000101111111011110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,96); }

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

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

 a { background-color: rgb(102,181,96); }

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

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

 span { border-color: rgb(102,181,96); }

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