Shades of Oxley #689576
Tints of Oxley #689576
RGB
CMYK
RGB Variations
Color information
#689576 (or 0x689576) is known color: Oxley. HEX triplet: 68, 95 and 76. RGB value is (104,149,118). Sum of RGB (Red+Green+Blue) = 104+149+118=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #689576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689576 is #976A89. Grayscale: #848484. Windows color (decimal): -9923210 or 7771496. OLE color: 7771496.
HSL color Cylindrical-coordinate representation of color #689576: hue angle of 138.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689576 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 118 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.42 |
| HSL | 138.67º | 0.18% | 0.5% | - |
| HSV(B) | 138.67º | 0.3% | 0.58% | - |
| XYZ | 19.73 | 25.75 | 21.07 | - |
| YUV | 132.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 118 | 0.30 | 0 | 0.21 | 0.42 | 138.67 | 0.18 | 0.5 |
| Hex | 68 | 95 | 76 | 1E | 0 | 15 | 2A | 8B | 12 | 32 |
| Octal | 150 | 225 | 166 | 36 | 0 | 25 | 52 | 213 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1110110 | 11110 | 0 | 10101 | 101010 | 10001011 | 10010 | 110010 |
Color Harmonies of #689576
Complementary color
Monochromatic Colors of #689576
Black with #689576
Text Example
Text Example
White with #689576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689576; }
p { color: rgb(104,149,118); }
H1.HeaderClassName
{
color: #689576;
}
.AnyTagClassName
{
color: #689576;
}
</style>
background-color css
<style>
a { background-color: #689576; }
a { background-color: rgb(104,149,118); }
div.DivClassName
{
background-color: #689576;
}
.BgClassName
{
background-color: #689576;
}
</style>
border-color css
<style>
span { border-color: #689576; }
span { border-color: rgb(104,149,118); }
td.TdClassName
{
border-color: #689576;
}
.TagClassName
{
border-color: #689576;
}
</style>