#66A67B

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

Shades of Oxley #66A67B

Tints of Oxley #66A67B

Color information

#66A67B (or 0x66A67B) is unknown color: approx Oxley. HEX triplet: 66, A6 and 7B. RGB value is (102,166,123). Sum of RGB (Red+Green+Blue) = 102+166+123=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #66A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A67B is #995984. Grayscale: #8E8E8E. Windows color (decimal): -10049925 or 8103526. OLE color: 8103526.

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

Color convert

RGB102166123-
CMYK0.3900.260.35
HSL139.69º26.45%52.55%-
HSV(B)139.69º38.55%65.1%-
XYZ22.6931.5323.63-
YUV141.96117.399.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=26.09%
G=42.46%
B=31.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661230.3900.260.35139.6926.4552.55
Hex66A67B2701A238c1a35
Octal14624617347032432143265
Binary11001101010011011110111001110110101000111000110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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