Shades of Oxley #699672
Tints of Oxley #699672
RGB
CMYK
RGB Variations
Color information
#699672 (or 0x699672) is known color: Oxley. HEX triplet: 69, 96 and 72. RGB value is (105,150,114). Sum of RGB (Red+Green+Blue) = 105+150+114=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #699672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699672 is #96698D. Grayscale: #848484. Windows color (decimal): -9857422 or 7509609. OLE color: 7509609.
HSL color Cylindrical-coordinate representation of color #699672: hue angle of 132º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699672 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 114 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.41 |
| HSL | 132º | 0.18% | 0.5% | - |
| HSV(B) | 132º | 0.3% | 0.59% | - |
| XYZ | 19.77 | 26.03 | 19.9 | - |
| YUV | 132.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 114 | 0.30 | 0 | 0.24 | 0.41 | 132 | 0.18 | 0.5 |
| Hex | 69 | 96 | 72 | 1E | 0 | 18 | 29 | 84 | 12 | 32 |
| Octal | 151 | 226 | 162 | 36 | 0 | 30 | 51 | 204 | 22 | 62 |
| Binary | 1101001 | 10010110 | 1110010 | 11110 | 0 | 11000 | 101001 | 10000100 | 10010 | 110010 |
Color Harmonies of #699672
Complementary color
Monochromatic Colors of #699672
Black with #699672
Text Example
Text Example
White with #699672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699672; }
p { color: rgb(105,150,114); }
H1.HeaderClassName
{
color: #699672;
}
.AnyTagClassName
{
color: #699672;
}
</style>
background-color css
<style>
a { background-color: #699672; }
a { background-color: rgb(105,150,114); }
div.DivClassName
{
background-color: #699672;
}
.BgClassName
{
background-color: #699672;
}
</style>
border-color css
<style>
span { border-color: #699672; }
span { border-color: rgb(105,150,114); }
td.TdClassName
{
border-color: #699672;
}
.TagClassName
{
border-color: #699672;
}
</style>