#66A879

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

Shades of Oxley #66A879

Tints of Oxley #66A879

Color information

#66A879 (or 0x66A879) is unknown color: approx Oxley. HEX triplet: 66, A8 and 79. RGB value is (102,168,121). Sum of RGB (Red+Green+Blue) = 102+168+121=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #66A879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A879 is #995786. Grayscale: #8F8F8F. Windows color (decimal): -10049415 or 7972966. OLE color: 7972966.

HSL color Cylindrical-coordinate representation of color #66A879: hue angle of 137.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A879 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB102168121-
CMYK0.3900.280.34
HSL137.27º27.5%52.94%-
HSV(B)137.27º39.29%65.88%-
XYZ22.9332.2123.1-
YUV142.91115.6398.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=26.09%
G=42.97%
B=30.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681210.3900.280.34137.2727.552.94
Hex66A8792701C22891c35
Octal14625017147034422113465
Binary11001101010100011110011001110111001000101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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