Shades of Oxley #669175
Tints of Oxley #669175
RGB
CMYK
RGB Variations
Color information
#669175 (or 0x669175) is known color: Oxley. HEX triplet: 66, 91 and 75. RGB value is (102,145,117). Sum of RGB (Red+Green+Blue) = 102+145+117=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #669175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669175 is #996E8A. Grayscale: #818181. Windows color (decimal): -10055307 or 7704934. OLE color: 7704934.
HSL color Cylindrical-coordinate representation of color #669175: hue angle of 140.93º 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 #669175 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 117 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.43 |
| HSL | 140.93º | 0.17% | 0.48% | - |
| HSV(B) | 140.93º | 0.3% | 0.57% | - |
| XYZ | 18.82 | 24.36 | 20.54 | - |
| YUV | 128.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 117 | 0.30 | 0 | 0.19 | 0.43 | 140.93 | 0.17 | 0.48 |
| Hex | 66 | 91 | 75 | 1E | 0 | 13 | 2B | 8D | 11 | 30 |
| Octal | 146 | 221 | 165 | 36 | 0 | 23 | 53 | 215 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1110101 | 11110 | 0 | 10011 | 101011 | 10001101 | 10001 | 110000 |
Color Harmonies of #669175
Complementary color
Monochromatic Colors of #669175
Black with #669175
Text Example
Text Example
White with #669175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669175; }
p { color: rgb(102,145,117); }
H1.HeaderClassName
{
color: #669175;
}
.AnyTagClassName
{
color: #669175;
}
</style>
background-color css
<style>
a { background-color: #669175; }
a { background-color: rgb(102,145,117); }
div.DivClassName
{
background-color: #669175;
}
.BgClassName
{
background-color: #669175;
}
</style>
border-color css
<style>
span { border-color: #669175; }
span { border-color: rgb(102,145,117); }
td.TdClassName
{
border-color: #669175;
}
.TagClassName
{
border-color: #669175;
}
</style>