#66B770

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

Shades of Fern #66B770

Tints of Fern #66B770

Color information

#66B770 (or 0x66B770) is unknown color: approx Fern. HEX triplet: 66, B7 and 70. RGB value is (102,183,112). Sum of RGB (Red+Green+Blue) = 102+183+112=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #66B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B770 is #99488F. Grayscale: #969696. Windows color (decimal): -10045584 or 7386982. OLE color: 7386982.

HSL color Cylindrical-coordinate representation of color #66B770: hue angle of 127.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B770 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB102183112-
CMYK0.4400.390.28
HSL127.41º36%55.88%-
HSV(B)127.41º44.26%71.76%-
XYZ25.3437.8621.3-
YUV150.69106.1693.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 183 (71.88% from 255) = 46.10%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=25.69%
G=46.10%
B=28.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831120.4400.390.28127.413655.88
Hex66B7702C0271C7f2438
Octal14626716054047341774470
Binary11001101011011111100001011000100111111001111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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