Shades of Oxley #669179
Tints of Oxley #669179
RGB
CMYK
RGB Variations
Color information
#669179 (or 0x669179) is known color: Oxley. HEX triplet: 66, 91 and 79. RGB value is (102,145,121). Sum of RGB (Red+Green+Blue) = 102+145+121=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #669179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669179 is #996E86. Grayscale: #818181. Windows color (decimal): -10055303 or 7967078. OLE color: 7967078.
HSL color Cylindrical-coordinate representation of color #669179: hue angle of 146.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669179 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 121 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.43 |
| HSL | 146.51º | 0.17% | 0.48% | - |
| HSV(B) | 146.51º | 0.3% | 0.57% | - |
| XYZ | 19.06 | 24.46 | 21.81 | - |
| YUV | 129.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 121 | 0.30 | 0 | 0.17 | 0.43 | 146.51 | 0.17 | 0.48 |
| Hex | 66 | 91 | 79 | 1E | 0 | 11 | 2B | 93 | 11 | 30 |
| Octal | 146 | 221 | 171 | 36 | 0 | 21 | 53 | 223 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1111001 | 11110 | 0 | 10001 | 101011 | 10010011 | 10001 | 110000 |
Color Harmonies of #669179
Complementary color
Monochromatic Colors of #669179
Black with #669179
Text Example
Text Example
White with #669179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669179; }
p { color: rgb(102,145,121); }
H1.HeaderClassName
{
color: #669179;
}
.AnyTagClassName
{
color: #669179;
}
</style>
background-color css
<style>
a { background-color: #669179; }
a { background-color: rgb(102,145,121); }
div.DivClassName
{
background-color: #669179;
}
.BgClassName
{
background-color: #669179;
}
</style>
border-color css
<style>
span { border-color: #669179; }
span { border-color: rgb(102,145,121); }
td.TdClassName
{
border-color: #669179;
}
.TagClassName
{
border-color: #669179;
}
</style>