#66B379

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

Shades of Fern #66B379

Tints of Fern #66B379

Color information

#66B379 (or 0x66B379) is unknown color: approx Fern. HEX triplet: 66, B3 and 79. RGB value is (102,179,121). Sum of RGB (Red+Green+Blue) = 102+179+121=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #66B379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B379 is #994C86. Grayscale: #959595. Windows color (decimal): -10046599 or 7975782. OLE color: 7975782.

HSL color Cylindrical-coordinate representation of color #66B379: hue angle of 134.81º 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 #66B379 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB102179121-
CMYK0.4300.320.30
HSL134.81º33.62%55.1%-
HSV(B)134.81º43.02%70.2%-
XYZ25.0536.4523.8-
YUV149.36111.9994.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=25.37%
G=44.53%
B=30.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791210.4300.320.30134.8133.6255.1
Hex66B3792B0201E872237
Octal14626317153040362074267
Binary110011010110011111100110101101000001111010000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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