#66A768

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

Shades of Fern #66A768

Tints of Fern #66A768

Color information

#66A768 (or 0x66A768) is unknown color: approx Fern. HEX triplet: 66, A7 and 68. RGB value is (102,167,104). Sum of RGB (Red+Green+Blue) = 102+167+104=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #66A768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A768 is #995897. Grayscale: #8C8C8C. Windows color (decimal): -10049688 or 6858598. OLE color: 6858598.

HSL color Cylindrical-coordinate representation of color #66A768: hue angle of 121.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A768 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB102167104-
CMYK0.3900.380.35
HSL121.85º26.97%52.75%-
HSV(B)121.85º38.92%65.49%-
XYZ21.831.4618.02-
YUV140.38107.47100.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=27.35%
G=44.77%
B=27.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671040.3900.380.35121.8526.9752.75
Hex66A76827026237a1b35
Octal14624715047046431723365
Binary11001101010011111010001001110100110100011111101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,104); }

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

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

 a { background-color: rgb(102,167,104); }

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

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

 span { border-color: rgb(102,167,104); }

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