#66B070

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

Shades of Fern #66B070

Tints of Fern #66B070

Color information

#66B070 (or 0x66B070) is unknown color: approx Fern. HEX triplet: 66, B0 and 70. RGB value is (102,176,112). Sum of RGB (Red+Green+Blue) = 102+176+112=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #66B070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B070 is #994F8F. Grayscale: #929292. Windows color (decimal): -10047376 or 7385190. OLE color: 7385190.

HSL color Cylindrical-coordinate representation of color #66B070: hue angle of 128.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B070 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB102176112-
CMYK0.4200.360.31
HSL128.11º31.9%54.51%-
HSV(B)128.11º42.05%69.02%-
XYZ23.9335.0520.83-
YUV146.58108.4896.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=26.15%
G=45.13%
B=28.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761120.4200.360.31128.1131.954.51
Hex66B0702A0241F802037
Octal14626016052044372004067
Binary110011010110000111000010101001001001111110000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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