Shades of Oxley #669F79
Tints of Oxley #669F79
RGB
CMYK
RGB Variations
Color information
#669F79 (or 0x669F79) is known color: 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
| RGB | 102 | 159 | 121 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.38 |
| HSL | 140º | 0.23% | 0.51% | - |
| HSV(B) | 140º | 0.36% | 0.62% | - |
| XYZ | 21.33 | 29 | 22.56 | - |
| YUV | 137.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 121 | 0.36 | 0 | 0.24 | 0.38 | 140 | 0.23 | 0.51 |
| Hex | 66 | 9F | 79 | 24 | 0 | 18 | 26 | 8C | 17 | 33 |
| Octal | 146 | 237 | 171 | 44 | 0 | 30 | 46 | 214 | 27 | 63 |
| Binary | 1100110 | 10011111 | 1111001 | 100100 | 0 | 11000 | 100110 | 10001100 | 10111 | 110011 |
Color Harmonies of #669F79
Complementary color
Monochromatic Colors of #669F79
Black with #669F79
Text Example
Text Example
White with #669F79
Text Example
Text Example
HTML Codes & Css Web 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>