#66A473

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

Shades of Oxley #66A473

Tints of Oxley #66A473

Color information

#66A473 (or 0x66A473) is unknown color: approx Oxley. HEX triplet: 66, A4 and 73. RGB value is (102,164,115). Sum of RGB (Red+Green+Blue) = 102+164+115=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #66A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A473 is #995B8C. Grayscale: #8C8C8C. Windows color (decimal): -10050445 or 7578726. OLE color: 7578726.

HSL color Cylindrical-coordinate representation of color #66A473: hue angle of 132.58º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A473 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB102164115-
CMYK0.3800.300.36
HSL132.58º25.41%52.16%-
HSV(B)132.58º37.8%64.31%-
XYZ21.8530.6120.98-
YUV139.88113.96100.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=26.77%
G=43.04%
B=30.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641150.3800.300.36132.5825.4152.16
Hex66A4732601E24851934
Octal14624416346036442053164
Binary11001101010010011100111001100111101001001000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,115); }

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

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

 a { background-color: rgb(102,164,115); }

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

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

 span { border-color: rgb(102,164,115); }

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