Shades of Oxley #689673
Tints of Oxley #689673
RGB
CMYK
RGB Variations
Color information
#689673 (or 0x689673) is known color: Oxley. HEX triplet: 68, 96 and 73. RGB value is (104,150,115). Sum of RGB (Red+Green+Blue) = 104+150+115=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #689673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689673 is #97698C. Grayscale: #848484. Windows color (decimal): -9922957 or 7575144. OLE color: 7575144.
HSL color Cylindrical-coordinate representation of color #689673: hue angle of 134.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689673 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 115 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.41 |
| HSL | 134.35º | 0.18% | 0.5% | - |
| HSV(B) | 134.35º | 0.31% | 0.59% | - |
| XYZ | 19.71 | 25.99 | 20.2 | - |
| YUV | 132.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 115 | 0.31 | 0 | 0.23 | 0.41 | 134.35 | 0.18 | 0.5 |
| Hex | 68 | 96 | 73 | 1F | 0 | 17 | 29 | 86 | 12 | 32 |
| Octal | 150 | 226 | 163 | 37 | 0 | 27 | 51 | 206 | 22 | 62 |
| Binary | 1101000 | 10010110 | 1110011 | 11111 | 0 | 10111 | 101001 | 10000110 | 10010 | 110010 |
Color Harmonies of #689673
Complementary color
Monochromatic Colors of #689673
Black with #689673
Text Example
Text Example
White with #689673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689673; }
p { color: rgb(104,150,115); }
H1.HeaderClassName
{
color: #689673;
}
.AnyTagClassName
{
color: #689673;
}
</style>
background-color css
<style>
a { background-color: #689673; }
a { background-color: rgb(104,150,115); }
div.DivClassName
{
background-color: #689673;
}
.BgClassName
{
background-color: #689673;
}
</style>
border-color css
<style>
span { border-color: #689673; }
span { border-color: rgb(104,150,115); }
td.TdClassName
{
border-color: #689673;
}
.TagClassName
{
border-color: #689673;
}
</style>