Shades of Oxley #689171
Tints of Oxley #689171
RGB
CMYK
RGB Variations
Color information
#689171 (or 0x689171) is known color: Oxley. HEX triplet: 68, 91 and 71. RGB value is (104,145,113). Sum of RGB (Red+Green+Blue) = 104+145+113=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #689171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689171 is #976E8E. Grayscale: #818181. Windows color (decimal): -9924239 or 7442792. OLE color: 7442792.
HSL color Cylindrical-coordinate representation of color #689171: hue angle of 133.17º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689171 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 113 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.43 |
| HSL | 133.17º | 0.16% | 0.49% | - |
| HSV(B) | 133.17º | 0.28% | 0.57% | - |
| XYZ | 18.81 | 24.39 | 19.34 | - |
| YUV | 129.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 113 | 0.28 | 0 | 0.22 | 0.43 | 133.17 | 0.16 | 0.49 |
| Hex | 68 | 91 | 71 | 1C | 0 | 16 | 2B | 85 | 10 | 31 |
| Octal | 150 | 221 | 161 | 34 | 0 | 26 | 53 | 205 | 20 | 61 |
| Binary | 1101000 | 10010001 | 1110001 | 11100 | 0 | 10110 | 101011 | 10000101 | 10000 | 110001 |
Color Harmonies of #689171
Complementary color
Monochromatic Colors of #689171
Black with #689171
Text Example
Text Example
White with #689171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689171; }
p { color: rgb(104,145,113); }
H1.HeaderClassName
{
color: #689171;
}
.AnyTagClassName
{
color: #689171;
}
</style>
background-color css
<style>
a { background-color: #689171; }
a { background-color: rgb(104,145,113); }
div.DivClassName
{
background-color: #689171;
}
.BgClassName
{
background-color: #689171;
}
</style>
border-color css
<style>
span { border-color: #689171; }
span { border-color: rgb(104,145,113); }
td.TdClassName
{
border-color: #689171;
}
.TagClassName
{
border-color: #689171;
}
</style>