Shades of Oxley #699B73
Tints of Oxley #699B73
RGB
CMYK
RGB Variations
Color information
#699B73 (or 0x699B73) is known color: Oxley. HEX triplet: 69, 9B and 73. RGB value is (105,155,115). Sum of RGB (Red+Green+Blue) = 105+155+115=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #699B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B73 is #96648C. Grayscale: #878787. Windows color (decimal): -9856141 or 7576425. OLE color: 7576425.
HSL color Cylindrical-coordinate representation of color #699B73: hue angle of 132º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B73 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 115 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.39 |
| HSL | 132º | 0.2% | 0.51% | - |
| HSV(B) | 132º | 0.32% | 0.61% | - |
| XYZ | 20.64 | 27.68 | 20.48 | - |
| YUV | 135.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 115 | 0.32 | 0 | 0.26 | 0.39 | 132 | 0.2 | 0.51 |
| Hex | 69 | 9B | 73 | 20 | 0 | 1A | 27 | 84 | 14 | 33 |
| Octal | 151 | 233 | 163 | 40 | 0 | 32 | 47 | 204 | 24 | 63 |
| Binary | 1101001 | 10011011 | 1110011 | 100000 | 0 | 11010 | 100111 | 10000100 | 10100 | 110011 |
Color Harmonies of #699B73
Complementary color
Monochromatic Colors of #699B73
Black with #699B73
Text Example
Text Example
White with #699B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B73; }
p { color: rgb(105,155,115); }
H1.HeaderClassName
{
color: #699B73;
}
.AnyTagClassName
{
color: #699B73;
}
</style>
background-color css
<style>
a { background-color: #699B73; }
a { background-color: rgb(105,155,115); }
div.DivClassName
{
background-color: #699B73;
}
.BgClassName
{
background-color: #699B73;
}
</style>
border-color css
<style>
span { border-color: #699B73; }
span { border-color: rgb(105,155,115); }
td.TdClassName
{
border-color: #699B73;
}
.TagClassName
{
border-color: #699B73;
}
</style>