Shades of Oxley #699379
Tints of Oxley #699379
RGB
CMYK
RGB Variations
Color information
#699379 (or 0x699379) is known color: Oxley. HEX triplet: 69, 93 and 79. RGB value is (105,147,121). Sum of RGB (Red+Green+Blue) = 105+147+121=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #699379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699379 is #966C86. Grayscale: #838383. Windows color (decimal): -9858183 or 7967593. OLE color: 7967593.
HSL color Cylindrical-coordinate representation of color #699379: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699379 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 121 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.42 |
| HSL | 142.86º | 0.17% | 0.49% | - |
| HSV(B) | 142.86º | 0.29% | 0.58% | - |
| XYZ | 19.71 | 25.25 | 21.92 | - |
| YUV | 131.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 121 | 0.29 | 0 | 0.18 | 0.42 | 142.86 | 0.17 | 0.49 |
| Hex | 69 | 93 | 79 | 1D | 0 | 12 | 2A | 8F | 11 | 31 |
| Octal | 151 | 223 | 171 | 35 | 0 | 22 | 52 | 217 | 21 | 61 |
| Binary | 1101001 | 10010011 | 1111001 | 11101 | 0 | 10010 | 101010 | 10001111 | 10001 | 110001 |
Color Harmonies of #699379
Complementary color
Monochromatic Colors of #699379
Black with #699379
Text Example
Text Example
White with #699379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699379; }
p { color: rgb(105,147,121); }
H1.HeaderClassName
{
color: #699379;
}
.AnyTagClassName
{
color: #699379;
}
</style>
background-color css
<style>
a { background-color: #699379; }
a { background-color: rgb(105,147,121); }
div.DivClassName
{
background-color: #699379;
}
.BgClassName
{
background-color: #699379;
}
</style>
border-color css
<style>
span { border-color: #699379; }
span { border-color: rgb(105,147,121); }
td.TdClassName
{
border-color: #699379;
}
.TagClassName
{
border-color: #699379;
}
</style>