Shades of Oxley #689575
Tints of Oxley #689575
RGB
CMYK
RGB Variations
Color information
#689575 (or 0x689575) is known color: Oxley. HEX triplet: 68, 95 and 75. RGB value is (104,149,117). Sum of RGB (Red+Green+Blue) = 104+149+117=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #689575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689575 is #976A8A. Grayscale: #838383. Windows color (decimal): -9923211 or 7705960. OLE color: 7705960.
HSL color Cylindrical-coordinate representation of color #689575: hue angle of 137.33º 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 #689575 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 117 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.42 |
| HSL | 137.33º | 0.18% | 0.5% | - |
| HSV(B) | 137.33º | 0.3% | 0.58% | - |
| XYZ | 19.67 | 25.72 | 20.76 | - |
| YUV | 131.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 117 | 0.30 | 0 | 0.21 | 0.42 | 137.33 | 0.18 | 0.5 |
| Hex | 68 | 95 | 75 | 1E | 0 | 15 | 2A | 89 | 12 | 32 |
| Octal | 150 | 225 | 165 | 36 | 0 | 25 | 52 | 211 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1110101 | 11110 | 0 | 10101 | 101010 | 10001001 | 10010 | 110010 |
Color Harmonies of #689575
Complementary color
Monochromatic Colors of #689575
Black with #689575
Text Example
Text Example
White with #689575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689575; }
p { color: rgb(104,149,117); }
H1.HeaderClassName
{
color: #689575;
}
.AnyTagClassName
{
color: #689575;
}
</style>
background-color css
<style>
a { background-color: #689575; }
a { background-color: rgb(104,149,117); }
div.DivClassName
{
background-color: #689575;
}
.BgClassName
{
background-color: #689575;
}
</style>
border-color css
<style>
span { border-color: #689575; }
span { border-color: rgb(104,149,117); }
td.TdClassName
{
border-color: #689575;
}
.TagClassName
{
border-color: #689575;
}
</style>