#66A87B

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

Shades of Oxley #66A87B

Tints of Oxley #66A87B

Color information

#66A87B (or 0x66A87B) is unknown color: approx Oxley. HEX triplet: 66, A8 and 7B. RGB value is (102,168,123). Sum of RGB (Red+Green+Blue) = 102+168+123=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #66A87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A87B is #995784. Grayscale: #8F8F8F. Windows color (decimal): -10049413 or 8104038. OLE color: 8104038.

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

Color convert

RGB102168123-
CMYK0.3900.270.34
HSL139.09º27.5%52.94%-
HSV(B)139.09º39.29%65.88%-
XYZ23.0632.2623.75-
YUV143.14116.6398.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=25.95%
G=42.75%
B=31.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681230.3900.270.34139.0927.552.94
Hex66A87B2701B228b1c35
Octal14625017347033422133465
Binary11001101010100011110111001110110111000101000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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