Shades of Oxley #669575
Tints of Oxley #669575
RGB
CMYK
RGB Variations
Color information
#669575 (or 0x669575) is known color: Oxley. HEX triplet: 66, 95 and 75. RGB value is (102,149,117). Sum of RGB (Red+Green+Blue) = 102+149+117=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #669575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669575 is #996A8A. Grayscale: #838383. Windows color (decimal): -10054283 or 7705958. OLE color: 7705958.
HSL color Cylindrical-coordinate representation of color #669575: hue angle of 139.15º 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 #669575 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 117 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.42 |
| HSL | 139.15º | 0.19% | 0.49% | - |
| HSV(B) | 139.15º | 0.32% | 0.58% | - |
| XYZ | 19.44 | 25.6 | 20.75 | - |
| YUV | 131.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 117 | 0.32 | 0 | 0.21 | 0.42 | 139.15 | 0.19 | 0.49 |
| Hex | 66 | 95 | 75 | 20 | 0 | 15 | 2A | 8B | 13 | 31 |
| Octal | 146 | 225 | 165 | 40 | 0 | 25 | 52 | 213 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1110101 | 100000 | 0 | 10101 | 101010 | 10001011 | 10011 | 110001 |
Color Harmonies of #669575
Complementary color
Monochromatic Colors of #669575
Black with #669575
Text Example
Text Example
White with #669575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669575; }
p { color: rgb(102,149,117); }
H1.HeaderClassName
{
color: #669575;
}
.AnyTagClassName
{
color: #669575;
}
</style>
background-color css
<style>
a { background-color: #669575; }
a { background-color: rgb(102,149,117); }
div.DivClassName
{
background-color: #669575;
}
.BgClassName
{
background-color: #669575;
}
</style>
border-color css
<style>
span { border-color: #669575; }
span { border-color: rgb(102,149,117); }
td.TdClassName
{
border-color: #669575;
}
.TagClassName
{
border-color: #669575;
}
</style>