Shades of Oxley #669173
Tints of Oxley #669173
RGB
CMYK
RGB Variations
Color information
#669173 (or 0x669173) is known color: Oxley. HEX triplet: 66, 91 and 73. RGB value is (102,145,115). Sum of RGB (Red+Green+Blue) = 102+145+115=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #669173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669173 is #996E8C. Grayscale: #808080. Windows color (decimal): -10055309 or 7573862. OLE color: 7573862.
HSL color Cylindrical-coordinate representation of color #669173: hue angle of 138.14º 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 #669173 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 115 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.43 |
| HSL | 138.14º | 0.17% | 0.48% | - |
| HSV(B) | 138.14º | 0.3% | 0.57% | - |
| XYZ | 18.7 | 24.31 | 19.93 | - |
| YUV | 128.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 115 | 0.30 | 0 | 0.21 | 0.43 | 138.14 | 0.17 | 0.48 |
| Hex | 66 | 91 | 73 | 1E | 0 | 15 | 2B | 8A | 11 | 30 |
| Octal | 146 | 221 | 163 | 36 | 0 | 25 | 53 | 212 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1110011 | 11110 | 0 | 10101 | 101011 | 10001010 | 10001 | 110000 |
Color Harmonies of #669173
Complementary color
Monochromatic Colors of #669173
Black with #669173
Text Example
Text Example
White with #669173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669173; }
p { color: rgb(102,145,115); }
H1.HeaderClassName
{
color: #669173;
}
.AnyTagClassName
{
color: #669173;
}
</style>
background-color css
<style>
a { background-color: #669173; }
a { background-color: rgb(102,145,115); }
div.DivClassName
{
background-color: #669173;
}
.BgClassName
{
background-color: #669173;
}
</style>
border-color css
<style>
span { border-color: #669173; }
span { border-color: rgb(102,145,115); }
td.TdClassName
{
border-color: #669173;
}
.TagClassName
{
border-color: #669173;
}
</style>