#66A672

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

Shades of Oxley #66A672

Tints of Oxley #66A672

Color information

#66A672 (or 0x66A672) is unknown color: approx Oxley. HEX triplet: 66, A6 and 72. RGB value is (102,166,114). Sum of RGB (Red+Green+Blue) = 102+166+114=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #66A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A672 is #99598D. Grayscale: #8D8D8D. Windows color (decimal): -10049934 or 7513702. OLE color: 7513702.

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

Color convert

RGB102166114-
CMYK0.3900.310.35
HSL131.25º26.45%52.55%-
HSV(B)131.25º38.55%65.1%-
XYZ22.1531.3120.8-
YUV140.94112.8100.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 166 (65.23% from 255) = 43.46%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=26.70%
G=43.46%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661140.3900.310.35131.2526.4552.55
Hex66A6722701F23831a35
Octal14624616247037432033265
Binary11001101010011011100101001110111111000111000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,114); }

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

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

 a { background-color: rgb(102,166,114); }

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

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

 span { border-color: rgb(102,166,114); }

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