#66A979

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

Shades of Oxley #66A979

Tints of Oxley #66A979

Color information

#66A979 (or 0x66A979) is unknown color: approx Oxley. HEX triplet: 66, A9 and 79. RGB value is (102,169,121). Sum of RGB (Red+Green+Blue) = 102+169+121=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #66A979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A979 is #995686. Grayscale: #8F8F8F. Windows color (decimal): -10049159 or 7973222. OLE color: 7973222.

HSL color Cylindrical-coordinate representation of color #66A979: hue angle of 137.01º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A979 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB102169121-
CMYK0.4000.280.34
HSL137.01º28.03%53.14%-
HSV(B)137.01º39.64%66.27%-
XYZ23.1232.5823.16-
YUV143.5115.398.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=26.02%
G=43.11%
B=30.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021691210.4000.280.34137.0128.0353.14
Hex66A9792801C22891c35
Octal14625117150034422113465
Binary11001101010100111110011010000111001000101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,121); }

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

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

 a { background-color: rgb(102,169,121); }

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

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

 span { border-color: rgb(102,169,121); }

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