Shades of Oxley #669B73
Tints of Oxley #669B73
RGB
CMYK
RGB Variations
Color information
#669B73 (or 0x669B73) is known color: Oxley. HEX triplet: 66, 9B and 73. RGB value is (102,155,115). Sum of RGB (Red+Green+Blue) = 102+155+115=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #669B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B73 is #99648C. Grayscale: #868686. Windows color (decimal): -10052749 or 7576422. OLE color: 7576422.
HSL color Cylindrical-coordinate representation of color #669B73: hue angle of 134.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B73 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 115 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.39 |
| HSL | 134.72º | 0.21% | 0.5% | - |
| HSV(B) | 134.72º | 0.34% | 0.61% | - |
| XYZ | 20.3 | 27.51 | 20.46 | - |
| YUV | 134.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 115 | 0.34 | 0 | 0.26 | 0.39 | 134.72 | 0.21 | 0.5 |
| Hex | 66 | 9B | 73 | 22 | 0 | 1A | 27 | 87 | 15 | 32 |
| Octal | 146 | 233 | 163 | 42 | 0 | 32 | 47 | 207 | 25 | 62 |
| Binary | 1100110 | 10011011 | 1110011 | 100010 | 0 | 11010 | 100111 | 10000111 | 10101 | 110010 |
Color Harmonies of #669B73
Complementary color
Monochromatic Colors of #669B73
Black with #669B73
Text Example
Text Example
White with #669B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B73; }
p { color: rgb(102,155,115); }
H1.HeaderClassName
{
color: #669B73;
}
.AnyTagClassName
{
color: #669B73;
}
</style>
background-color css
<style>
a { background-color: #669B73; }
a { background-color: rgb(102,155,115); }
div.DivClassName
{
background-color: #669B73;
}
.BgClassName
{
background-color: #669B73;
}
</style>
border-color css
<style>
span { border-color: #669B73; }
span { border-color: rgb(102,155,115); }
td.TdClassName
{
border-color: #669B73;
}
.TagClassName
{
border-color: #669B73;
}
</style>