#66A87C

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

Shades of Oxley #66A87C

Tints of Oxley #66A87C

Color information

#66A87C (or 0x66A87C) is unknown color: approx Oxley. HEX triplet: 66, A8 and 7C. RGB value is (102,168,124). Sum of RGB (Red+Green+Blue) = 102+168+124=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #66A87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A87C is #995783. Grayscale: #8F8F8F. Windows color (decimal): -10049412 or 8169574. OLE color: 8169574.

HSL color Cylindrical-coordinate representation of color #66A87C: hue angle of 140º 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 #66A87C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB102168124-
CMYK0.3900.260.34
HSL140º27.5%52.94%-
HSV(B)140º39.29%65.88%-
XYZ23.1232.2924.08-
YUV143.25117.1398.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=25.89%
G=42.64%
B=31.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681240.3900.260.3414027.552.94
Hex66A87C2701A228c1c35
Octal14625017447032422143465
Binary11001101010100011111001001110110101000101000110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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