#66AA76

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

Shades of Oxley #66AA76

Tints of Oxley #66AA76

Color information

#66AA76 (or 0x66AA76) is unknown color: approx Oxley. HEX triplet: 66, AA and 76. RGB value is (102,170,118). Sum of RGB (Red+Green+Blue) = 102+170+118=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA76 is #995589. Grayscale: #8F8F8F. Windows color (decimal): -10048906 or 7776870. OLE color: 7776870.

HSL color Cylindrical-coordinate representation of color #66AA76: hue angle of 134.12º 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 #66AA76 is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB102170118-
CMYK0.400.310.33
HSL134.12º28.57%53.33%-
HSV(B)134.12º40%66.67%-
XYZ23.1232.8822.27-
YUV143.74113.4798.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=26.15%
G=43.59%
B=30.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701180.400.310.33134.1228.5753.33
Hex66AA762801F21861d35
Octal14625216650037412063565
Binary11001101010101011101101010000111111000011000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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