Shades of Oxley #689773
Tints of Oxley #689773
RGB
CMYK
RGB Variations
Color information
#689773 (or 0x689773) is known color: Oxley. HEX triplet: 68, 97 and 73. RGB value is (104,151,115). Sum of RGB (Red+Green+Blue) = 104+151+115=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #689773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689773 is #97688C. Grayscale: #848484. Windows color (decimal): -9922701 or 7575400. OLE color: 7575400.
HSL color Cylindrical-coordinate representation of color #689773: hue angle of 134.04º 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 #689773 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 115 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.41 |
| HSL | 134.04º | 0.18% | 0.5% | - |
| HSV(B) | 134.04º | 0.31% | 0.59% | - |
| XYZ | 19.87 | 26.31 | 20.25 | - |
| YUV | 132.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 115 | 0.31 | 0 | 0.24 | 0.41 | 134.04 | 0.18 | 0.5 |
| Hex | 68 | 97 | 73 | 1F | 0 | 18 | 29 | 86 | 12 | 32 |
| Octal | 150 | 227 | 163 | 37 | 0 | 30 | 51 | 206 | 22 | 62 |
| Binary | 1101000 | 10010111 | 1110011 | 11111 | 0 | 11000 | 101001 | 10000110 | 10010 | 110010 |
Color Harmonies of #689773
Complementary color
Monochromatic Colors of #689773
Black with #689773
Text Example
Text Example
White with #689773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689773; }
p { color: rgb(104,151,115); }
H1.HeaderClassName
{
color: #689773;
}
.AnyTagClassName
{
color: #689773;
}
</style>
background-color css
<style>
a { background-color: #689773; }
a { background-color: rgb(104,151,115); }
div.DivClassName
{
background-color: #689773;
}
.BgClassName
{
background-color: #689773;
}
</style>
border-color css
<style>
span { border-color: #689773; }
span { border-color: rgb(104,151,115); }
td.TdClassName
{
border-color: #689773;
}
.TagClassName
{
border-color: #689773;
}
</style>