Shades of Oxley #69987A
Tints of Oxley #69987A
RGB
CMYK
RGB Variations
Color information
#69987A (or 0x69987A) is known color: Oxley. HEX triplet: 69, 98 and 7A. RGB value is (105,152,122). Sum of RGB (Red+Green+Blue) = 105+152+122=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #69987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987A is #966785. Grayscale: #868686. Windows color (decimal): -9856902 or 8034409. OLE color: 8034409.
HSL color Cylindrical-coordinate representation of color #69987A: hue angle of 141.7º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69987A is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 122 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.40 |
| HSL | 141.7º | 0.19% | 0.5% | - |
| HSV(B) | 141.7º | 0.31% | 0.6% | - |
| XYZ | 20.57 | 26.86 | 22.51 | - |
| YUV | 134.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 122 | 0.31 | 0 | 0.20 | 0.40 | 141.7 | 0.19 | 0.5 |
| Hex | 69 | 98 | 7A | 1F | 0 | 14 | 28 | 8E | 13 | 32 |
| Octal | 151 | 230 | 172 | 37 | 0 | 24 | 50 | 216 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1111010 | 11111 | 0 | 10100 | 101000 | 10001110 | 10011 | 110010 |
Color Harmonies of #69987A
Complementary color
Monochromatic Colors of #69987A
Black with #69987A
Text Example
Text Example
White with #69987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69987A; }
p { color: rgb(105,152,122); }
H1.HeaderClassName
{
color: #69987A;
}
.AnyTagClassName
{
color: #69987A;
}
</style>
background-color css
<style>
a { background-color: #69987A; }
a { background-color: rgb(105,152,122); }
div.DivClassName
{
background-color: #69987A;
}
.BgClassName
{
background-color: #69987A;
}
</style>
border-color css
<style>
span { border-color: #69987A; }
span { border-color: rgb(105,152,122); }
td.TdClassName
{
border-color: #69987A;
}
.TagClassName
{
border-color: #69987A;
}
</style>