#66AA78

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

Shades of Oxley #66AA78

Tints of Oxley #66AA78

Color information

#66AA78 (or 0x66AA78) is unknown color: approx Oxley. HEX triplet: 66, AA and 78. RGB value is (102,170,120). Sum of RGB (Red+Green+Blue) = 102+170+120=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA78 is #995587. Grayscale: #909090. Windows color (decimal): -10048904 or 7907942. OLE color: 7907942.

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

Color convert

RGB102170120-
CMYK0.400.290.33
HSL135.88º28.57%53.33%-
HSV(B)135.88º40%66.67%-
XYZ23.2432.9322.9-
YUV143.97114.4798.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=26.02%
G=43.37%
B=30.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701200.400.290.33135.8828.5753.33
Hex66AA782801D21881d35
Octal14625217050035412103565
Binary11001101010101011110001010000111011000011000100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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