#66B370

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

Shades of Fern #66B370

Tints of Fern #66B370

Color information

#66B370 (or 0x66B370) is unknown color: approx Fern. HEX triplet: 66, B3 and 70. RGB value is (102,179,112). Sum of RGB (Red+Green+Blue) = 102+179+112=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #66B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B370 is #994C8F. Grayscale: #949494. Windows color (decimal): -10046608 or 7385958. OLE color: 7385958.

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

Color convert

RGB102179112-
CMYK0.4300.370.30
HSL127.79º33.62%55.1%-
HSV(B)127.79º43.02%70.2%-
XYZ24.5236.2321.03-
YUV148.34107.4994.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=25.95%
G=45.55%
B=28.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791120.4300.370.30127.7933.6255.1
Hex66B3702B0251E802237
Octal14626316053045362004267
Binary110011010110011111000010101101001011111010000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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