#669F79

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

Shades of Oxley #669F79

Tints of Oxley #669F79

Color information

#669F79 (or 0x669F79) is unknown color: approx Oxley. HEX triplet: 66, 9F and 79. RGB value is (102,159,121). Sum of RGB (Red+Green+Blue) = 102+159+121=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #669F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F79 is #996086. Grayscale: #898989. Windows color (decimal): -10051719 or 7970662. OLE color: 7970662.

HSL color Cylindrical-coordinate representation of color #669F79: hue angle of 140º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F79 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB102159121-
CMYK0.3600.240.38
HSL140º22.89%51.18%-
HSV(B)140º35.85%62.35%-
XYZ21.332922.56-
YUV137.62118.62102.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=26.70%
G=41.62%
B=31.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021591210.3600.240.3814022.8951.18
Hex669F7924018268c1733
Octal14623717144030462142763
Binary11001101001111111110011001000110001001101000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F79; }

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

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

<style>
 a { background-color: #669F79; }

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

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

<style>
 span { border-color: #669F79; }

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

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