Shades of Oxley #699078
Tints of Oxley #699078
RGB
CMYK
RGB Variations
Color information
#699078 (or 0x699078) is known color: Oxley. HEX triplet: 69, 90 and 78. RGB value is (105,144,120). Sum of RGB (Red+Green+Blue) = 105+144+120=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #699078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699078 is #966F87. Grayscale: #818181. Windows color (decimal): -9858952 or 7901289. OLE color: 7901289.
HSL color Cylindrical-coordinate representation of color #699078: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699078 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 120 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.44 |
| HSL | 143.08º | 0.16% | 0.49% | - |
| HSV(B) | 143.08º | 0.27% | 0.56% | - |
| XYZ | 19.19 | 24.31 | 21.45 | - |
| YUV | 129.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 120 | 0.27 | 0 | 0.17 | 0.44 | 143.08 | 0.16 | 0.49 |
| Hex | 69 | 90 | 78 | 1B | 0 | 11 | 2C | 8F | 10 | 31 |
| Octal | 151 | 220 | 170 | 33 | 0 | 21 | 54 | 217 | 20 | 61 |
| Binary | 1101001 | 10010000 | 1111000 | 11011 | 0 | 10001 | 101100 | 10001111 | 10000 | 110001 |
Color Harmonies of #699078
Complementary color
Monochromatic Colors of #699078
Black with #699078
Text Example
Text Example
White with #699078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699078; }
p { color: rgb(105,144,120); }
H1.HeaderClassName
{
color: #699078;
}
.AnyTagClassName
{
color: #699078;
}
</style>
background-color css
<style>
a { background-color: #699078; }
a { background-color: rgb(105,144,120); }
div.DivClassName
{
background-color: #699078;
}
.BgClassName
{
background-color: #699078;
}
</style>
border-color css
<style>
span { border-color: #699078; }
span { border-color: rgb(105,144,120); }
td.TdClassName
{
border-color: #699078;
}
.TagClassName
{
border-color: #699078;
}
</style>