Shades of Oxley #699472
Tints of Oxley #699472
RGB
CMYK
RGB Variations
Color information
#699472 (or 0x699472) is known color: Oxley. HEX triplet: 69, 94 and 72. RGB value is (105,148,114). Sum of RGB (Red+Green+Blue) = 105+148+114=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #699472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699472 is #966B8D. Grayscale: #838383. Windows color (decimal): -9857934 or 7509097. OLE color: 7509097.
HSL color Cylindrical-coordinate representation of color #699472: hue angle of 132.56º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699472 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 114 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.42 |
| HSL | 132.56º | 0.17% | 0.5% | - |
| HSV(B) | 132.56º | 0.29% | 0.58% | - |
| XYZ | 19.45 | 25.4 | 19.8 | - |
| YUV | 131.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 114 | 0.29 | 0 | 0.23 | 0.42 | 132.56 | 0.17 | 0.5 |
| Hex | 69 | 94 | 72 | 1D | 0 | 17 | 2A | 85 | 11 | 32 |
| Octal | 151 | 224 | 162 | 35 | 0 | 27 | 52 | 205 | 21 | 62 |
| Binary | 1101001 | 10010100 | 1110010 | 11101 | 0 | 10111 | 101010 | 10000101 | 10001 | 110010 |
Color Harmonies of #699472
Complementary color
Monochromatic Colors of #699472
Black with #699472
Text Example
Text Example
White with #699472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699472; }
p { color: rgb(105,148,114); }
H1.HeaderClassName
{
color: #699472;
}
.AnyTagClassName
{
color: #699472;
}
</style>
background-color css
<style>
a { background-color: #699472; }
a { background-color: rgb(105,148,114); }
div.DivClassName
{
background-color: #699472;
}
.BgClassName
{
background-color: #699472;
}
</style>
border-color css
<style>
span { border-color: #699472; }
span { border-color: rgb(105,148,114); }
td.TdClassName
{
border-color: #699472;
}
.TagClassName
{
border-color: #699472;
}
</style>