Shades of Oxley #689779
Tints of Oxley #689779
RGB
CMYK
RGB Variations
Color information
#689779 (or 0x689779) is known color: Oxley. HEX triplet: 68, 97 and 79. RGB value is (104,151,121). Sum of RGB (Red+Green+Blue) = 104+151+121=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #689779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689779 is #976886. Grayscale: #858585. Windows color (decimal): -9922695 or 7968616. OLE color: 7968616.
HSL color Cylindrical-coordinate representation of color #689779: hue angle of 141.7º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689779 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 121 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.41 |
| HSL | 141.7º | 0.18% | 0.5% | - |
| HSV(B) | 141.7º | 0.31% | 0.59% | - |
| XYZ | 20.23 | 26.46 | 22.13 | - |
| YUV | 133.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 121 | 0.31 | 0 | 0.20 | 0.41 | 141.7 | 0.18 | 0.5 |
| Hex | 68 | 97 | 79 | 1F | 0 | 14 | 29 | 8E | 12 | 32 |
| Octal | 150 | 227 | 171 | 37 | 0 | 24 | 51 | 216 | 22 | 62 |
| Binary | 1101000 | 10010111 | 1111001 | 11111 | 0 | 10100 | 101001 | 10001110 | 10010 | 110010 |
Color Harmonies of #689779
Complementary color
Monochromatic Colors of #689779
Black with #689779
Text Example
Text Example
White with #689779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689779; }
p { color: rgb(104,151,121); }
H1.HeaderClassName
{
color: #689779;
}
.AnyTagClassName
{
color: #689779;
}
</style>
background-color css
<style>
a { background-color: #689779; }
a { background-color: rgb(104,151,121); }
div.DivClassName
{
background-color: #689779;
}
.BgClassName
{
background-color: #689779;
}
</style>
border-color css
<style>
span { border-color: #689779; }
span { border-color: rgb(104,151,121); }
td.TdClassName
{
border-color: #689779;
}
.TagClassName
{
border-color: #689779;
}
</style>