Shades of Oxley #698E73
Tints of Oxley #698E73
RGB
CMYK
RGB Variations
Color information
#698E73 (or 0x698E73) is known color: Oxley. HEX triplet: 69, 8E and 73. RGB value is (105,142,115). Sum of RGB (Red+Green+Blue) = 105+142+115=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #698E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E73 is #96718C. Grayscale: #7F7F7F. Windows color (decimal): -9859469 or 7573097. OLE color: 7573097.
HSL color Cylindrical-coordinate representation of color #698E73: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698E73 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 115 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.44 |
| HSL | 136.22º | 0.15% | 0.48% | - |
| HSV(B) | 136.22º | 0.26% | 0.56% | - |
| XYZ | 18.59 | 23.59 | 19.79 | - |
| YUV | 127.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 115 | 0.26 | 0 | 0.19 | 0.44 | 136.22 | 0.15 | 0.48 |
| Hex | 69 | 8E | 73 | 1A | 0 | 13 | 2C | 88 | F | 30 |
| Octal | 151 | 216 | 163 | 32 | 0 | 23 | 54 | 210 | 17 | 60 |
| Binary | 1101001 | 10001110 | 1110011 | 11010 | 0 | 10011 | 101100 | 10001000 | 1111 | 110000 |
Color Harmonies of #698E73
Complementary color
Monochromatic Colors of #698E73
Black with #698E73
Text Example
Text Example
White with #698E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E73; }
p { color: rgb(105,142,115); }
H1.HeaderClassName
{
color: #698E73;
}
.AnyTagClassName
{
color: #698E73;
}
</style>
background-color css
<style>
a { background-color: #698E73; }
a { background-color: rgb(105,142,115); }
div.DivClassName
{
background-color: #698E73;
}
.BgClassName
{
background-color: #698E73;
}
</style>
border-color css
<style>
span { border-color: #698E73; }
span { border-color: rgb(105,142,115); }
td.TdClassName
{
border-color: #698E73;
}
.TagClassName
{
border-color: #698E73;
}
</style>