Shades of Oxley #669079
Tints of Oxley #669079
RGB
CMYK
RGB Variations
Color information
#669079 (or 0x669079) is known color: Oxley. HEX triplet: 66, 90 and 79. RGB value is (102,144,121). Sum of RGB (Red+Green+Blue) = 102+144+121=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #669079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669079 is #996F86. Grayscale: #808080. Windows color (decimal): -10055559 or 7966822. OLE color: 7966822.
HSL color Cylindrical-coordinate representation of color #669079: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669079 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 121 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.44 |
| HSL | 147.14º | 0.17% | 0.48% | - |
| HSV(B) | 147.14º | 0.29% | 0.56% | - |
| XYZ | 18.9 | 24.15 | 21.75 | - |
| YUV | 128.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 121 | 0.29 | 0 | 0.16 | 0.44 | 147.14 | 0.17 | 0.48 |
| Hex | 66 | 90 | 79 | 1D | 0 | 10 | 2C | 93 | 11 | 30 |
| Octal | 146 | 220 | 171 | 35 | 0 | 20 | 54 | 223 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1111001 | 11101 | 0 | 10000 | 101100 | 10010011 | 10001 | 110000 |
Color Harmonies of #669079
Complementary color
Monochromatic Colors of #669079
Black with #669079
Text Example
Text Example
White with #669079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669079; }
p { color: rgb(102,144,121); }
H1.HeaderClassName
{
color: #669079;
}
.AnyTagClassName
{
color: #669079;
}
</style>
background-color css
<style>
a { background-color: #669079; }
a { background-color: rgb(102,144,121); }
div.DivClassName
{
background-color: #669079;
}
.BgClassName
{
background-color: #669079;
}
</style>
border-color css
<style>
span { border-color: #669079; }
span { border-color: rgb(102,144,121); }
td.TdClassName
{
border-color: #669079;
}
.TagClassName
{
border-color: #669079;
}
</style>