Shades of Oxley #689F81
Tints of Oxley #689F81
RGB
CMYK
RGB Variations
Color information
#689F81 (or 0x689F81) is known color: Oxley. HEX triplet: 68, 9F and 81. RGB value is (104,159,129). Sum of RGB (Red+Green+Blue) = 104+159+129=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #689F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F81 is #97607E. Grayscale: #8B8B8B. Windows color (decimal): -9920639 or 8494952. OLE color: 8494952.
HSL color Cylindrical-coordinate representation of color #689F81: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F81 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 129 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.38 |
| HSL | 147.27º | 0.22% | 0.52% | - |
| HSV(B) | 147.27º | 0.35% | 0.62% | - |
| XYZ | 22.07 | 29.32 | 25.27 | - |
| YUV | 139.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 129 | 0.35 | 0 | 0.19 | 0.38 | 147.27 | 0.22 | 0.52 |
| Hex | 68 | 9F | 81 | 23 | 0 | 13 | 26 | 93 | 16 | 34 |
| Octal | 150 | 237 | 201 | 43 | 0 | 23 | 46 | 223 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10000001 | 100011 | 0 | 10011 | 100110 | 10010011 | 10110 | 110100 |
Color Harmonies of #689F81
Complementary color
Monochromatic Colors of #689F81
Black with #689F81
Text Example
Text Example
White with #689F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F81; }
p { color: rgb(104,159,129); }
H1.HeaderClassName
{
color: #689F81;
}
.AnyTagClassName
{
color: #689F81;
}
</style>
background-color css
<style>
a { background-color: #689F81; }
a { background-color: rgb(104,159,129); }
div.DivClassName
{
background-color: #689F81;
}
.BgClassName
{
background-color: #689F81;
}
</style>
border-color css
<style>
span { border-color: #689F81; }
span { border-color: rgb(104,159,129); }
td.TdClassName
{
border-color: #689F81;
}
.TagClassName
{
border-color: #689F81;
}
</style>