Shades of Oxley #669373
Tints of Oxley #669373
RGB
CMYK
RGB Variations
Color information
#669373 (or 0x669373) is known color: Oxley. HEX triplet: 66, 93 and 73. RGB value is (102,147,115). Sum of RGB (Red+Green+Blue) = 102+147+115=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #669373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669373 is #996C8C. Grayscale: #818181. Windows color (decimal): -10054797 or 7574374. OLE color: 7574374.
HSL color Cylindrical-coordinate representation of color #669373: hue angle of 137.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669373 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 115 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.42 |
| HSL | 137.33º | 0.18% | 0.49% | - |
| HSV(B) | 137.33º | 0.31% | 0.58% | - |
| XYZ | 19.01 | 24.93 | 20.03 | - |
| YUV | 129.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 115 | 0.31 | 0 | 0.22 | 0.42 | 137.33 | 0.18 | 0.49 |
| Hex | 66 | 93 | 73 | 1F | 0 | 16 | 2A | 89 | 12 | 31 |
| Octal | 146 | 223 | 163 | 37 | 0 | 26 | 52 | 211 | 22 | 61 |
| Binary | 1100110 | 10010011 | 1110011 | 11111 | 0 | 10110 | 101010 | 10001001 | 10010 | 110001 |
Color Harmonies of #669373
Complementary color
Monochromatic Colors of #669373
Black with #669373
Text Example
Text Example
White with #669373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669373; }
p { color: rgb(102,147,115); }
H1.HeaderClassName
{
color: #669373;
}
.AnyTagClassName
{
color: #669373;
}
</style>
background-color css
<style>
a { background-color: #669373; }
a { background-color: rgb(102,147,115); }
div.DivClassName
{
background-color: #669373;
}
.BgClassName
{
background-color: #669373;
}
</style>
border-color css
<style>
span { border-color: #669373; }
span { border-color: rgb(102,147,115); }
td.TdClassName
{
border-color: #669373;
}
.TagClassName
{
border-color: #669373;
}
</style>