Shades of Oxley #689873
Tints of Oxley #689873
RGB
CMYK
RGB Variations
Color information
#689873 (or 0x689873) is known color: Oxley. HEX triplet: 68, 98 and 73. RGB value is (104,152,115). Sum of RGB (Red+Green+Blue) = 104+152+115=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #689873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689873 is #97678C. Grayscale: #858585. Windows color (decimal): -9922445 or 7575656. OLE color: 7575656.
HSL color Cylindrical-coordinate representation of color #689873: hue angle of 133.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689873 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 115 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.40 |
| HSL | 133.75º | 0.19% | 0.5% | - |
| HSV(B) | 133.75º | 0.32% | 0.6% | - |
| XYZ | 20.03 | 26.64 | 20.31 | - |
| YUV | 133.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 115 | 0.32 | 0 | 0.24 | 0.40 | 133.75 | 0.19 | 0.5 |
| Hex | 68 | 98 | 73 | 20 | 0 | 18 | 28 | 86 | 13 | 32 |
| Octal | 150 | 230 | 163 | 40 | 0 | 30 | 50 | 206 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1110011 | 100000 | 0 | 11000 | 101000 | 10000110 | 10011 | 110010 |
Color Harmonies of #689873
Complementary color
Monochromatic Colors of #689873
Black with #689873
Text Example
Text Example
White with #689873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689873; }
p { color: rgb(104,152,115); }
H1.HeaderClassName
{
color: #689873;
}
.AnyTagClassName
{
color: #689873;
}
</style>
background-color css
<style>
a { background-color: #689873; }
a { background-color: rgb(104,152,115); }
div.DivClassName
{
background-color: #689873;
}
.BgClassName
{
background-color: #689873;
}
</style>
border-color css
<style>
span { border-color: #689873; }
span { border-color: rgb(104,152,115); }
td.TdClassName
{
border-color: #689873;
}
.TagClassName
{
border-color: #689873;
}
</style>