#66AB76

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

Shades of Oxley #66AB76

Tints of Oxley #66AB76

Color information

#66AB76 (or 0x66AB76) is unknown color: approx Oxley. HEX triplet: 66, AB and 76. RGB value is (102,171,118). Sum of RGB (Red+Green+Blue) = 102+171+118=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB76 is #995489. Grayscale: #909090. Windows color (decimal): -10048650 or 7777126. OLE color: 7777126.

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

Color convert

RGB102171118-
CMYK0.4000.310.33
HSL133.91º29.11%53.53%-
HSV(B)133.91º40.35%67.06%-
XYZ23.3133.2622.33-
YUV144.33113.1497.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=26.09%
G=43.73%
B=30.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711180.4000.310.33133.9129.1153.53
Hex66AB762801F21861d36
Octal14625316650037412063566
Binary11001101010101111101101010000111111000011000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,118); }

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

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

 a { background-color: rgb(102,171,118); }

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

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

 span { border-color: rgb(102,171,118); }

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