Shades of Oxley #689271
Tints of Oxley #689271
RGB
CMYK
RGB Variations
Color information
#689271 (or 0x689271) is known color: Oxley. HEX triplet: 68, 92 and 71. RGB value is (104,146,113). Sum of RGB (Red+Green+Blue) = 104+146+113=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #689271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689271 is #976D8E. Grayscale: #818181. Windows color (decimal): -9923983 or 7443048. OLE color: 7443048.
HSL color Cylindrical-coordinate representation of color #689271: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689271 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 113 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.43 |
| HSL | 132.86º | 0.17% | 0.49% | - |
| HSV(B) | 132.86º | 0.29% | 0.57% | - |
| XYZ | 18.97 | 24.69 | 19.39 | - |
| YUV | 129.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 113 | 0.29 | 0 | 0.23 | 0.43 | 132.86 | 0.17 | 0.49 |
| Hex | 68 | 92 | 71 | 1D | 0 | 17 | 2B | 85 | 11 | 31 |
| Octal | 150 | 222 | 161 | 35 | 0 | 27 | 53 | 205 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1110001 | 11101 | 0 | 10111 | 101011 | 10000101 | 10001 | 110001 |
Color Harmonies of #689271
Complementary color
Monochromatic Colors of #689271
Black with #689271
Text Example
Text Example
White with #689271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689271; }
p { color: rgb(104,146,113); }
H1.HeaderClassName
{
color: #689271;
}
.AnyTagClassName
{
color: #689271;
}
</style>
background-color css
<style>
a { background-color: #689271; }
a { background-color: rgb(104,146,113); }
div.DivClassName
{
background-color: #689271;
}
.BgClassName
{
background-color: #689271;
}
</style>
border-color css
<style>
span { border-color: #689271; }
span { border-color: rgb(104,146,113); }
td.TdClassName
{
border-color: #689271;
}
.TagClassName
{
border-color: #689271;
}
</style>