#66A67D

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

Shades of Oxley #66A67D

Tints of Oxley #66A67D

Color information

#66A67D (or 0x66A67D) is unknown color: approx Oxley. HEX triplet: 66, A6 and 7D. RGB value is (102,166,125). Sum of RGB (Red+Green+Blue) = 102+166+125=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #66A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A67D is #995982. Grayscale: #8E8E8E. Windows color (decimal): -10049923 or 8234598. OLE color: 8234598.

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

Color convert

RGB102166125-
CMYK0.3900.250.35
HSL141.56º26.45%52.55%-
HSV(B)141.56º38.55%65.1%-
XYZ22.8231.5824.29-
YUV142.19118.399.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=25.95%
G=42.24%
B=31.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661250.3900.250.35141.5626.4552.55
Hex66A67D27019238e1a35
Octal14624617547031432163265
Binary11001101010011011111011001110110011000111000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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