#66A580

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

Shades of Oxley #66A580

Tints of Oxley #66A580

Color information

#66A580 (or 0x66A580) is unknown color: approx Oxley. HEX triplet: 66, A5 and 80. RGB value is (102,165,128). Sum of RGB (Red+Green+Blue) = 102+165+128=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #66A580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A580 is #995A7F. Grayscale: #8E8E8E. Windows color (decimal): -10050176 or 8430950. OLE color: 8430950.

HSL color Cylindrical-coordinate representation of color #66A580: hue angle of 144.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A580 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB102165128-
CMYK0.3800.220.35
HSL144.76º25.93%52.35%-
HSV(B)144.76º38.18%64.71%-
XYZ22.8331.2925.26-
YUV141.94120.1399.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=25.82%
G=41.77%
B=32.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021651280.3800.220.35144.7625.9352.35
Hex66A5802601623911a34
Octal14624520046026432213264
Binary110011010100101100000001001100101101000111001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,165,128); }

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

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

 a { background-color: rgb(102,165,128); }

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

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

 span { border-color: rgb(102,165,128); }

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