Shades of Oxley #699173
Tints of Oxley #699173
RGB
CMYK
RGB Variations
Color information
#699173 (or 0x699173) is known color: Oxley. HEX triplet: 69, 91 and 73. RGB value is (105,145,115). Sum of RGB (Red+Green+Blue) = 105+145+115=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #699173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699173 is #966E8C. Grayscale: #818181. Windows color (decimal): -9858701 or 7573865. OLE color: 7573865.
HSL color Cylindrical-coordinate representation of color #699173: hue angle of 135º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699173 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 115 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.43 |
| HSL | 135º | 0.16% | 0.49% | - |
| HSV(B) | 135º | 0.28% | 0.57% | - |
| XYZ | 19.05 | 24.49 | 19.94 | - |
| YUV | 129.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 115 | 0.28 | 0 | 0.21 | 0.43 | 135 | 0.16 | 0.49 |
| Hex | 69 | 91 | 73 | 1C | 0 | 15 | 2B | 87 | 10 | 31 |
| Octal | 151 | 221 | 163 | 34 | 0 | 25 | 53 | 207 | 20 | 61 |
| Binary | 1101001 | 10010001 | 1110011 | 11100 | 0 | 10101 | 101011 | 10000111 | 10000 | 110001 |
Color Harmonies of #699173
Complementary color
Monochromatic Colors of #699173
Black with #699173
Text Example
Text Example
White with #699173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699173; }
p { color: rgb(105,145,115); }
H1.HeaderClassName
{
color: #699173;
}
.AnyTagClassName
{
color: #699173;
}
</style>
background-color css
<style>
a { background-color: #699173; }
a { background-color: rgb(105,145,115); }
div.DivClassName
{
background-color: #699173;
}
.BgClassName
{
background-color: #699173;
}
</style>
border-color css
<style>
span { border-color: #699173; }
span { border-color: rgb(105,145,115); }
td.TdClassName
{
border-color: #699173;
}
.TagClassName
{
border-color: #699173;
}
</style>