Shades of Oxley #699079
Tints of Oxley #699079
RGB
CMYK
RGB Variations
Color information
#699079 (or 0x699079) is known color: Oxley. HEX triplet: 69, 90 and 79. RGB value is (105,144,121). Sum of RGB (Red+Green+Blue) = 105+144+121=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #699079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699079 is #966F86. Grayscale: #818181. Windows color (decimal): -9858951 or 7966825. OLE color: 7966825.
HSL color Cylindrical-coordinate representation of color #699079: hue angle of 144.62º 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 #699079 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 121 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.44 |
| HSL | 144.62º | 0.16% | 0.49% | - |
| HSV(B) | 144.62º | 0.27% | 0.56% | - |
| XYZ | 19.25 | 24.33 | 21.77 | - |
| YUV | 129.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 121 | 0.27 | 0 | 0.16 | 0.44 | 144.62 | 0.16 | 0.49 |
| Hex | 69 | 90 | 79 | 1B | 0 | 10 | 2C | 91 | 10 | 31 |
| Octal | 151 | 220 | 171 | 33 | 0 | 20 | 54 | 221 | 20 | 61 |
| Binary | 1101001 | 10010000 | 1111001 | 11011 | 0 | 10000 | 101100 | 10010001 | 10000 | 110001 |
Color Harmonies of #699079
Complementary color
Monochromatic Colors of #699079
Black with #699079
Text Example
Text Example
White with #699079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699079; }
p { color: rgb(105,144,121); }
H1.HeaderClassName
{
color: #699079;
}
.AnyTagClassName
{
color: #699079;
}
</style>
background-color css
<style>
a { background-color: #699079; }
a { background-color: rgb(105,144,121); }
div.DivClassName
{
background-color: #699079;
}
.BgClassName
{
background-color: #699079;
}
</style>
border-color css
<style>
span { border-color: #699079; }
span { border-color: rgb(105,144,121); }
td.TdClassName
{
border-color: #699079;
}
.TagClassName
{
border-color: #699079;
}
</style>