Shades of Oxley #698D75
Tints of Oxley #698D75
RGB
CMYK
RGB Variations
Color information
#698D75 (or 0x698D75) is known color: Oxley. HEX triplet: 69, 8D and 75. RGB value is (105,141,117). Sum of RGB (Red+Green+Blue) = 105+141+117=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #698D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D75 is #96728A. Grayscale: #7F7F7F. Windows color (decimal): -9859723 or 7703913. OLE color: 7703913.
HSL color Cylindrical-coordinate representation of color #698D75: hue angle of 140º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D75 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 117 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.45 |
| HSL | 140º | 0.15% | 0.48% | - |
| HSV(B) | 140º | 0.26% | 0.55% | - |
| XYZ | 18.56 | 23.34 | 20.36 | - |
| YUV | 127.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 117 | 0.26 | 0 | 0.17 | 0.45 | 140 | 0.15 | 0.48 |
| Hex | 69 | 8D | 75 | 1A | 0 | 11 | 2D | 8C | F | 30 |
| Octal | 151 | 215 | 165 | 32 | 0 | 21 | 55 | 214 | 17 | 60 |
| Binary | 1101001 | 10001101 | 1110101 | 11010 | 0 | 10001 | 101101 | 10001100 | 1111 | 110000 |
Color Harmonies of #698D75
Complementary color
Monochromatic Colors of #698D75
Black with #698D75
Text Example
Text Example
White with #698D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D75; }
p { color: rgb(105,141,117); }
H1.HeaderClassName
{
color: #698D75;
}
.AnyTagClassName
{
color: #698D75;
}
</style>
background-color css
<style>
a { background-color: #698D75; }
a { background-color: rgb(105,141,117); }
div.DivClassName
{
background-color: #698D75;
}
.BgClassName
{
background-color: #698D75;
}
</style>
border-color css
<style>
span { border-color: #698D75; }
span { border-color: rgb(105,141,117); }
td.TdClassName
{
border-color: #698D75;
}
.TagClassName
{
border-color: #698D75;
}
</style>