Shades of Oxley #699572
Tints of Oxley #699572
RGB
CMYK
RGB Variations
Color information
#699572 (or 0x699572) is known color: Oxley. HEX triplet: 69, 95 and 72. RGB value is (105,149,114). Sum of RGB (Red+Green+Blue) = 105+149+114=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #699572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699572 is #966A8D. Grayscale: #838383. Windows color (decimal): -9857678 or 7509353. OLE color: 7509353.
HSL color Cylindrical-coordinate representation of color #699572: hue angle of 132.27º 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 #699572 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 114 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.42 |
| HSL | 132.27º | 0.17% | 0.5% | - |
| HSV(B) | 132.27º | 0.3% | 0.58% | - |
| XYZ | 19.61 | 25.71 | 19.85 | - |
| YUV | 131.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 114 | 0.30 | 0 | 0.23 | 0.42 | 132.27 | 0.17 | 0.5 |
| Hex | 69 | 95 | 72 | 1E | 0 | 17 | 2A | 84 | 11 | 32 |
| Octal | 151 | 225 | 162 | 36 | 0 | 27 | 52 | 204 | 21 | 62 |
| Binary | 1101001 | 10010101 | 1110010 | 11110 | 0 | 10111 | 101010 | 10000100 | 10001 | 110010 |
Color Harmonies of #699572
Complementary color
Monochromatic Colors of #699572
Black with #699572
Text Example
Text Example
White with #699572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699572; }
p { color: rgb(105,149,114); }
H1.HeaderClassName
{
color: #699572;
}
.AnyTagClassName
{
color: #699572;
}
</style>
background-color css
<style>
a { background-color: #699572; }
a { background-color: rgb(105,149,114); }
div.DivClassName
{
background-color: #699572;
}
.BgClassName
{
background-color: #699572;
}
</style>
border-color css
<style>
span { border-color: #699572; }
span { border-color: rgb(105,149,114); }
td.TdClassName
{
border-color: #699572;
}
.TagClassName
{
border-color: #699572;
}
</style>