Shades of Oxley #669979
Tints of Oxley #669979
RGB
CMYK
RGB Variations
Color information
#669979 (or 0x669979) is known color: Oxley. HEX triplet: 66, 99 and 79. RGB value is (102,153,121). Sum of RGB (Red+Green+Blue) = 102+153+121=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #669979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669979 is #996686. Grayscale: #868686. Windows color (decimal): -10053255 or 7969126. OLE color: 7969126.
HSL color Cylindrical-coordinate representation of color #669979: hue angle of 142.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669979 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 121 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.4 |
| HSL | 142.35º | 0.2% | 0.5% | - |
| HSV(B) | 142.35º | 0.33% | 0.6% | - |
| XYZ | 20.32 | 26.99 | 22.23 | - |
| YUV | 134.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 121 | 0.33 | 0 | 0.21 | 0.4 | 142.35 | 0.2 | 0.5 |
| Hex | 66 | 99 | 79 | 21 | 0 | 15 | 28 | 8E | 14 | 32 |
| Octal | 146 | 231 | 171 | 41 | 0 | 25 | 50 | 216 | 24 | 62 |
| Binary | 1100110 | 10011001 | 1111001 | 100001 | 0 | 10101 | 101000 | 10001110 | 10100 | 110010 |
Color Harmonies of #669979
Complementary color
Monochromatic Colors of #669979
Black with #669979
Text Example
Text Example
White with #669979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669979; }
p { color: rgb(102,153,121); }
H1.HeaderClassName
{
color: #669979;
}
.AnyTagClassName
{
color: #669979;
}
</style>
background-color css
<style>
a { background-color: #669979; }
a { background-color: rgb(102,153,121); }
div.DivClassName
{
background-color: #669979;
}
.BgClassName
{
background-color: #669979;
}
</style>
border-color css
<style>
span { border-color: #669979; }
span { border-color: rgb(102,153,121); }
td.TdClassName
{
border-color: #669979;
}
.TagClassName
{
border-color: #669979;
}
</style>