Shades of Oxley #699576
Tints of Oxley #699576
RGB
CMYK
RGB Variations
Color information
#699576 (or 0x699576) is known color: Oxley. HEX triplet: 69, 95 and 76. RGB value is (105,149,118). Sum of RGB (Red+Green+Blue) = 105+149+118=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #699576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699576 is #966A89. Grayscale: #848484. Windows color (decimal): -9857674 or 7771497. OLE color: 7771497.
HSL color Cylindrical-coordinate representation of color #699576: hue angle of 137.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699576 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 118 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.42 |
| HSL | 137.73º | 0.17% | 0.5% | - |
| HSV(B) | 137.73º | 0.3% | 0.58% | - |
| XYZ | 19.84 | 25.81 | 21.07 | - |
| YUV | 132.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 118 | 0.30 | 0 | 0.21 | 0.42 | 137.73 | 0.17 | 0.5 |
| Hex | 69 | 95 | 76 | 1E | 0 | 15 | 2A | 8A | 11 | 32 |
| Octal | 151 | 225 | 166 | 36 | 0 | 25 | 52 | 212 | 21 | 62 |
| Binary | 1101001 | 10010101 | 1110110 | 11110 | 0 | 10101 | 101010 | 10001010 | 10001 | 110010 |
Color Harmonies of #699576
Complementary color
Monochromatic Colors of #699576
Black with #699576
Text Example
Text Example
White with #699576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699576; }
p { color: rgb(105,149,118); }
H1.HeaderClassName
{
color: #699576;
}
.AnyTagClassName
{
color: #699576;
}
</style>
background-color css
<style>
a { background-color: #699576; }
a { background-color: rgb(105,149,118); }
div.DivClassName
{
background-color: #699576;
}
.BgClassName
{
background-color: #699576;
}
</style>
border-color css
<style>
span { border-color: #699576; }
span { border-color: rgb(105,149,118); }
td.TdClassName
{
border-color: #699576;
}
.TagClassName
{
border-color: #699576;
}
</style>