#66AA80

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

Shades of Oxley #66AA80

Tints of Oxley #66AA80

Color information

#66AA80 (or 0x66AA80) is unknown color: approx Oxley. HEX triplet: 66, AA and 80. RGB value is (102,170,128). Sum of RGB (Red+Green+Blue) = 102+170+128=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA80 is #99557F. Grayscale: #909090. Windows color (decimal): -10048896 or 8432230. OLE color: 8432230.

HSL color Cylindrical-coordinate representation of color #66AA80: hue angle of 142.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA80 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB102170128-
CMYK0.400.250.33
HSL142.94º28.57%53.33%-
HSV(B)142.94º40%66.67%-
XYZ23.7533.1325.57-
YUV144.88118.4797.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 128 (50.39% from 255) = 32%
R=25.5%
G=42.5%
B=32%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701280.400.250.33142.9428.5753.33
Hex66AA8028019218f1d35
Octal14625220050031412173565
Binary110011010101010100000001010000110011000011000111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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