Shades of Oxley #669573
Tints of Oxley #669573
RGB
CMYK
RGB Variations
Color information
#669573 (or 0x669573) is known color: Oxley. HEX triplet: 66, 95 and 73. RGB value is (102,149,115). Sum of RGB (Red+Green+Blue) = 102+149+115=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #669573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669573 is #996A8C. Grayscale: #838383. Windows color (decimal): -10054285 or 7574886. OLE color: 7574886.
HSL color Cylindrical-coordinate representation of color #669573: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669573 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 115 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.42 |
| HSL | 136.6º | 0.19% | 0.49% | - |
| HSV(B) | 136.6º | 0.32% | 0.58% | - |
| XYZ | 19.32 | 25.56 | 20.13 | - |
| YUV | 131.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 115 | 0.32 | 0 | 0.23 | 0.42 | 136.6 | 0.19 | 0.49 |
| Hex | 66 | 95 | 73 | 20 | 0 | 17 | 2A | 89 | 13 | 31 |
| Octal | 146 | 225 | 163 | 40 | 0 | 27 | 52 | 211 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1110011 | 100000 | 0 | 10111 | 101010 | 10001001 | 10011 | 110001 |
Color Harmonies of #669573
Complementary color
Monochromatic Colors of #669573
Black with #669573
Text Example
Text Example
White with #669573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669573; }
p { color: rgb(102,149,115); }
H1.HeaderClassName
{
color: #669573;
}
.AnyTagClassName
{
color: #669573;
}
</style>
background-color css
<style>
a { background-color: #669573; }
a { background-color: rgb(102,149,115); }
div.DivClassName
{
background-color: #669573;
}
.BgClassName
{
background-color: #669573;
}
</style>
border-color css
<style>
span { border-color: #669573; }
span { border-color: rgb(102,149,115); }
td.TdClassName
{
border-color: #669573;
}
.TagClassName
{
border-color: #669573;
}
</style>